Package | Description |
---|---|
org.apache.catalina.filters |
Modifier and Type | Class and Description |
---|---|
class |
CsrfPreventionFilter
Provides basic CSRF protection for a web application.
|
class |
ExpiresFilter
ExpiresFilter is a Java Servlet API port of Apache
mod_expires to add ' Expires' and '
Cache-Control: max-age=' headers to HTTP response according to its '
Content-Type'.
|
class |
RemoteAddrFilter
Concrete implementation of
RequestFilter that filters
based on the string representation of the remote client's IP address. |
class |
RemoteHostFilter
Concrete implementation of
RequestFilter that filters
based on the remote client's host name. |
class |
RequestFilter
Implementation of a Filter that performs filtering based on comparing the
appropriate request property (selected based on which subclass you choose
to configure into your Container's pipeline) against a set of regular
expressions configured for this Filter.
|
class |
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 © 2016 JBoss by Red Hat. All rights reserved.