فهرست منبع

Changed package doc which mentioned adding filter to web.xml rather than filter chain.

Luke Taylor 17 سال پیش
والد
کامیت
c1895acb6b
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      core/src/main/java/org/springframework/security/wrapper/package.html

+ 1 - 1
core/src/main/java/org/springframework/security/wrapper/package.html

@@ -4,6 +4,6 @@ Populates a Servlet request with a new Spring Security compliant
 <code>HttpServletRequestWrapper</code>.
 
 <p>To use, simply add the <code>SecurityContextHolderAwareRequestFilter</code>
-to <code>web.xml</code>.
+to the Spring Security filter chain.
 </body>
 </html>