Control Handling of the URL Encoded Sequence %2e
This property controls whether the encoding sequence %2e
, if used in incoming URL paths, is rejected, accepted (without decoding) or treated as a .
character.
When set to REJECT_OUTRIGHT
, if the sequence %2e
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 %2e
in the incoming URI path, or path parameters, will be left unconverted.
When set to ACCEPT_AND_INTERPRET
, any occurrence of %2e
in the incoming URI path will be interpreted as a .
character.
Property name |
|
Aliases |
|
Function |
Configure behaviour |
Supported settings |
|
Default |
|
Bootstrap property |
No |
Required property |
No |
Restart required |
No |
Local configuration file |
|