Package org.owasp.esapi.filters
This package contains several filters that demonstrate ways of using the ESAPI security
controls in front of your application. These filters are intended to be used as examples
that you can customize for your particular application.
-
Class Summary Class Description ClickjackFilter TheClickjackFilter
is discussed atESAPIFilter RequestRateThrottleFilter A simple servlet filter that limits the request rate to a certain threshold of requests per second.SecurityWrapper This filter wraps the incoming request and outgoing response and overrides many methods with safer versions.SecurityWrapperRequest This request wrapper simply overrides unsafe methods in the HttpServletRequest API with safe versions that return canonicalized data where possible.SecurityWrapperResponse This response wrapper simply overrides unsafe methods in the HttpServletResponse API with safe versions.