If the request parameters cannot be decoded by any of the given encodings, the filter chain is not processed further, but a status code of 400 with a helpful error message is returned instead.
The filter can be configured using the following parameters:
Default value: {@code UTF-8}
Example: {@code UTF-8,EUC-KR,ISO-8859-15}.
Default value: {@code null}
Example: {@code ie} (as used by Google).
|
|
|
|
|
|