preserve-inactivity-timeout-match-uri
Use this configuration entry to control whether the patterns specified by the preserve-inactivity-timeout configuration entry are matched against the decoded URI from the request, or against the full request line.
preserve-inactivity-timeout-match-uri = {true|false}
Description
This configuration entry controls whether the patterns specified by the preserve-inactivity-timeout configuration entry are matched against the decoded URI from the request, or against the full request line.
Options
true The patterns specified by the preserve-inactivity-timeout configuration entry are matched against the decoded URI from the request. false The patterns specified by the preserve-inactivity-timeout configuration entry are matched against the full request line.
Usage: Optional
Default value
true
Example:
preserve-inactivity-timeout-match-uri = true