Package wt.httpgw
Interface CGIConstants
- All Known Implementing Classes:
GatewayAuthenticator,HTTPAuthentication,HTTPRequest,HTTPRequestImpl,HTTPResponseImpl,HTTPServer,WindchillHome
public interface CGIConstants
The public interface for HTTP request property keys (eg. HTTP headers et. al.).
The key names are used to define Java system properties when executing CGI programs
and therefore are prefixed with "cgi." to avoid namespace collisions with any other Java
system properties that may exist. The key names for HTTP request headers being passed
through the server hava an additional "http_" prefix, while those representing server
supplied values do not. All code accessing request properties from Windchill
Supported API: true
HTTPRequest objects should use these key constants.
Supported API: true