Note: this component has a complexity level of "expert", which means that objects of this type are not expected to be created or altered. Please contact support for assistance if you believe that you have a need to create or modify this type of object.
The HTTP Configuration provides the configuration for the Data Sync Server HTTP service.
A single HTTP Configuration is defined for the Data Sync Server for global properties of the service. Other related configuration objects include HTTP Connection Handlers, HTTP Servlet Extensions, and Web Applications Extensions.
The properties supported by this managed object are as follows:
Basic Properties: | Advanced Properties: |
---|---|
↓ include-stack-traces-in-error-pages | None |
↓ include-servlet-information-in-error-pages |
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 |
include-servlet-information-in-error-pages
Description | Indicates whether to expose servlet information in the error page response. |
Default Value | false |
Allowed Values | true false |
Multi-Valued | No |
Required | No |
Admin Action Required | For this modification to take effect, you must either restart the server or else disable and then re-enable any HTTP Connection Handler referencing this component. |
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}] ...