package

org.springframework.security.web.firewall

Interfaces

HttpFirewall Interface which can be used to reject potentially dangerous requests and/or wrap them to control their behaviour. 

Classes

DefaultHttpFirewall Default implementation which wraps requests in order to provide consistent values of the servletPath and pathInfo, which do not contain path parameters (as defined in RFC 2396). 
FirewalledRequest Request wrapper which is returned by the HttpFirewall interface. 

Exceptions