Package org.owasp.esapi.filters

This package contains several filters that demonstrate ways of using the ESAPI security controls in front of your application.

See:
          Description

Class Summary
ClickjackFilter The ClickjackFilter is discussed at http://www.owasp.org/index.php/ClickjackFilter_for_Java_EE.
ESAPIFilter  
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.
 

Package org.owasp.esapi.filters Description

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.



Copyright © 2011 The Open Web Application Security Project (OWASP). All Rights Reserved.