Interface | Description |
---|---|
HttpFirewall |
Interface which can be used to reject potentially dangerous requests and/or wrap them
to control their behaviour.
|
Class | Description |
---|---|
DefaultHttpFirewall |
User's should consider using
StrictHttpFirewall because rather than trying to
sanitize a malicious URL it rejects the malicious URL providing better security
guarantees. |
FirewalledRequest |
Request wrapper which is returned by the
HttpFirewall interface. |
StrictHttpFirewall |
A strict implementation of
HttpFirewall that rejects any suspicious requests
with a RequestRejectedException . |
Exception | Description |
---|---|
RequestRejectedException |