Skip to main content
Version: 3.14.x.x LTS

Conditional parameters and pragmas

There are filters/servlets which support conditional parameters. A condition's result depends on the implementation of the corresponding filter/servlet. This means that a filter could have multiple conditions, most often the conditional parameter is returned on the first matching condition. But it is also possible that multiple conditions form the parameters value list.

If no condition is defined the parameter is taken. If a condition is defined this condition counts only for the following line.