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