mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-07-13 13:53:29 +00:00
Changed package doc which mentioned adding filter to web.xml rather than filter chain.
This commit is contained in:
parent
98ccaa61e7
commit
c1895acb6b
@ -4,6 +4,6 @@ Populates a Servlet request with a new Spring Security compliant
|
|||||||
<code>HttpServletRequestWrapper</code>.
|
<code>HttpServletRequestWrapper</code>.
|
||||||
|
|
||||||
<p>To use, simply add the <code>SecurityContextHolderAwareRequestFilter</code>
|
<p>To use, simply add the <code>SecurityContextHolderAwareRequestFilter</code>
|
||||||
to <code>web.xml</code>.
|
to the Spring Security filter chain.
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user