Interface | Description |
---|---|
HttpFirewall |
Interface which can be used to reject potentially dangerous requests and/or wrap them
to control their behaviour.
|
Class | Description |
---|---|
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 | Description |
---|---|
RequestRejectedException |