Click or drag to resize
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.

Attributes and elements

The following sections describe attributes, child elements, and parent elements.

Attributes

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)

Child elements

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

Parent elements

Element

Description

redirectafterpost

IAction implementing the redirect after post pattern