| pattern |
Group of regular expressions used to remove parameters from the redirected query string. You can define a global pattern, or a pattern which acts only if an input parameter equals a certain value.
The regular expressions are executed on the parameter names and in case insensitive mode.
The following sections describe attributes, child elements, and parent elements.
Attribute | Description |
|---|---|
forceLowerCase | boolean; whether to force the output query string parameters to lower case or not |
trigger-key | name of the input parameter to be examined to determine whether this pattern must act or not (optional) |
trigger-value | value of the input parameter to determine whether this pattern must act or not (optional; required if trigger-key is present) |
Element | Description |
|---|---|
remove | contains a regular expression; if a parameter name is matched by this regular expression, it will be excluded from the output query string |
Element | Description |
|---|---|
IAction implementing the redirect after post pattern |