diff --git a/core/src/main/java/org/springframework/security/wrapper/package.html b/core/src/main/java/org/springframework/security/wrapper/package.html index 839ab128c6..19bd2c0882 100644 --- a/core/src/main/java/org/springframework/security/wrapper/package.html +++ b/core/src/main/java/org/springframework/security/wrapper/package.html @@ -4,6 +4,6 @@ Populates a Servlet request with a new Spring Security compliant HttpServletRequestWrapper.

To use, simply add the SecurityContextHolderAwareRequestFilter -to web.xml. +to the Spring Security filter chain.