Java Agents 2024.9

Raw URL path invalidation regex list

This property lists regular expressions, which are matched against every incoming URL path, before it is normalized.

If any regular expression matches, the request is rejected with an HTTP 400.

Note any regular expression in the list is not required to match the entire path, so "%5[Cc]" is sufficient, as opposed to "^.%5[Cc].$" (although the latter would also work).

Property name

org.forgerock.agents.raw.url.path.invalidation.regex.list

Aliases

org.forgerock.agents.raw.url.path.invalidation.regex.list
  Introduced in Java Agent 2024.9

Function

Configure behaviour

Type

List

Bootstrap property

No

Required property

No

Restart required

No

Local configuration file

AgentConfig.properties