Control Handling of the URL Encoded Sequence %2f
This property controls whether the encoding sequence %2f
, if used in incoming URL paths, is rejected, accepted (without decoding) or decoded.
When set to REJECT_OUTRIGHT
, if the sequence %2f
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 %2f
in the incoming URI path, or path parameters, will be left unconverted.
When set to ACCEPT_AND_INTERPRET
, any occurrence of %2f
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 |
|