Package org.owasp.esapi.waf.internal
This package contains all HTTP-related classes used internally by the WAF for the implementation
of its rules.
-
Class Summary Class Description 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.