| Class | Description |
|---|---|
| HeaderAuthenticationFilter |
Servlet filter which wraps the request to return getUserPrincipal(),
getRemoteUser(), and isUserInRole() results according to HTTP headers we
trust meant to be sent by Apache modules like mod_auth_mellon and not by
end users (the webserver MUST be configured correctly to avoid security
problems).
|
| SetCharacterEncodingFilter |
Example filter that sets the character encoding to be used in parsing the
incoming request, either unconditionally or only if the client did not
specify a character encoding.
|
Copyright © 2019. All rights reserved.