This feature prevents HTTP parameter pollution attempts using duplicate parameters with the same name but different types. The following parameter types are distinguished:
- Query parameters
- Path parameters. A path segment is interpreted as a parameter if it is of the form "name=value;".
- Additional query parameters for encrypted URLs.
- POST parameters