HttpServletRequestWrapper
.See: Description
Class | Description |
---|---|
SavedRequestAwareWrapper |
Provides request parameters, headers and cookies from either an original request or a saved request.
|
SecurityContextHolderAwareRequestFilter |
A
Filter which populates the ServletRequest with a new request wrapper. |
SecurityContextHolderAwareRequestWrapper |
An Acegi Security-aware
HttpServletRequestWrapper , which uses the
SecurityContext -defined Authentication object for SecurityContextHolderAwareRequestWrapper.isUserInRole(java.lang.String) and HttpServletRequestWrapper.getRemoteUser() responses. |
HttpServletRequestWrapper
.
To use, simply add the ContextHolderAwareRequestFilter
to web.xml
.
Copyright © 2019. All rights reserved.