| org.springframework.security.web.firewall.HttpFirewall |
Known Indirect Subclasses
|
Interface which can be used to reject potentially dangerous requests and/or wrap them to control their behaviour.
The implementation is injected into the FilterChainProxy and will be invoked before
sending any request through the filter chain. It can also provide a response wrapper if the response
behaviour should also be restricted.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Provides the request object which will be passed through the filter chain.
| |||||||||||
Provides the response which will be passed through the filter chain.
| |||||||||||
Provides the request object which will be passed through the filter chain.
| RequestRejectedException | if the request should be rejected immediately |
|---|
Provides the response which will be passed through the filter chain.
| response | the original response |
|---|