Package org.springframework.security.web.firewall

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

Class Summary
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.
 

Exception Summary
RequestRejectedException