PingAuthorize Server Documentation Index
Configuration Reference Home

HTTP Configuration

Note: this component is designated "advanced", which means that objects of this type are not expected to be created or altered in most environments. If you believe that such a change is necessary, you may want to contact support in order to understand the potential impact of that change.

The HTTP Configuration provides the configuration for the PingAuthorize Server HTTP service.

A single HTTP Configuration is defined for the PingAuthorize Server for global properties of the service. Other related configuration objects include HTTP Connection Handlers, HTTP Servlet Extensions, and Web Applications Extensions.

Properties
dsconfig Usage

Properties

The properties supported by this managed object are as follows:


Basic Properties: Advanced Properties:
↓ include-stack-traces-in-error-pages  None

Basic Properties

include-stack-traces-in-error-pages

Description
Indicates whether exceptions thrown by servlet or web application extensions will be included in the resulting error page response. Stack traces can be helpful in diagnosing application errors, but in production they may reveal information that might be useful to a malicious attacker.
Default Value
false
Allowed Values
true
false
Multi-Valued
No
Required
No
Admin Action Required
None. Modification requires no further action


dsconfig Usage

To view the HTTP Configuration configuration:

dsconfig get-http-configuration-prop
     [--tab-delimited]
     [--script-friendly]
     [--property {propertyName}] ...

To update the HTTP Configuration configuration:

dsconfig set-http-configuration-prop
     (--set|--add|--remove) {propertyName}:{propertyValue}
     [(--set|--add|--remove) {propertyName}:{propertyValue}] ...