CustomErrorPagePolicy





Attributes Summary
errorPageAppURI : StringThe URI for the custom error page generation application.
forwardHeaders : StringA list of headers from the original request (if present) to be forwarded to the Error page application as query parameters.
statusCodes : StringThe list of status codes in a response that should first be directed to the Application URI specified in the policy.
handleRemoteErrors : booleanThis parameter (if enabled) specifies if the proxy server should route error responses from remote servers to the error page generator application.

Attribute Details

errorPageAppURI    -    The URI for the custom error page generation application. The proxy will use this application to generate the custom error pages. The application should be a servlet, jsp, html or some web element that is installed and deployed in a content server (group) accessible to the proxy server from the routing rules. There should be a associated proxy or local route action associated with this rule. If not present, the proxy will send the error responses with the status code (and no response body) to the client.
     data type:  String
     default Value:   unspecified



forwardHeaders    -    A list of headers from the original request (if present) to be forwarded to the Error page application as query parameters. The header names are used as the names of the query parameters
     data type:  String
     default Value:   unspecified



statusCodes    -    The list of status codes in a response that should first be directed to the Application URI specified in the policy. For instance the list : 303,403,404,5XX would cause the proxy server to route any responses with 303, 403, 404, and ALL of the status codes in the 500's.
     data type:  String
     default Value:   5XX



handleRemoteErrors    -    This parameter (if enabled) specifies if the proxy server should route error responses from remote servers to the error page generator application. If disabled the proxy server will only route locally generated error response to the application.
     data type: boolean
     default Value:   false
     Allowed Values:  true   false  


Copyright IBM Corp. 1997-2004