Control Handling of the Backslash Character
This property controls whether the backslash character, if used in incoming URL paths, is rejected, accepted (without decoding) or decoded.
When set to REJECT_OUTRIGHT
, if a backslash occurs anywhere in the incoming URI path, or path parameters, the agent will reject the incoming request with an HTTP 400 response.
When set to ACCEPT_BUT_NOT_INTERPRET
, any occurrence of backslash in the incoming URI path, or path parameters, will be left unconverted.
When set to ACCEPT_AND_INTERPRET
, any occurrence of backslash in the incoming URI path, or path parameters, will be replaced by a forward slash character.
Property name |
|
Aliases |
|
Function |
Configure behaviour |
Supported settings |
|
Default |
|
Bootstrap property |
No |
Required property |
No |
Restart required |
No |
Local configuration file |
|