Package org.springframework.security.web.firewall
package org.springframework.security.web.firewall
-
ClassDescriptionA
RequestRejectedHandler
that delegates to several otherRequestRejectedHandler
s.User's should consider usingStrictHttpFirewall
because rather than trying to sanitize a malicious URL it rejects the malicious URL providing better security guarantees.Default implementation ofRequestRejectedHandler
that simply rethrows the exception.Request wrapper which is returned by theHttpFirewall
interface.Interface which can be used to reject potentially dangerous requests and/or wrap them to control their behaviour.A simple implementation ofRequestRejectedHandler
that sends an error with configurable status code.Used byFilterChainProxy
to handle anRequestRejectedException
.A strict implementation ofHttpFirewall
that rejects any suspicious requests with aRequestRejectedException
.