Package org.owasp.esapi.waf.internal

This package contains all HTTP-related classes used internally by the WAF for the implementation of its rules.

See:
          Description

Class Summary
InterceptingHTTPServletRequest The wrapper for the HttpServletRequest object which will be passed to the application being protected by the WAF.
InterceptingHTTPServletResponse The wrapper for the HttpServletResponse object which will be passed to the application being protected by the WAF.
InterceptingPrintWriter The PrintWriter needed to buffer outbound data generated by the application being protected by the WAF.
InterceptingServletOutputStream This class was inspired by ModSecurity for Java by Ivan Ristic.
Parameter A simple object to represent a name=value HTTP parameter.
 

Package org.owasp.esapi.waf.internal Description

This package contains all HTTP-related classes used internally by the WAF for the implementation of its rules.



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