mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-02-13 09:54:57 +00:00
Fix example in javadoc of FilterChainProxy
Closes gh-8344
This commit is contained in:
parent
564d5644c9
commit
52ed597f4c
@ -60,7 +60,7 @@ import java.util.*;
|
||||
* requests which match the pattern. An example configuration might look like this:
|
||||
*
|
||||
* <pre>
|
||||
* <bean id="myfilterChainProxy" class="org.springframework.security.util.FilterChainProxy">
|
||||
* <bean id="myfilterChainProxy" class="org.springframework.security.web.FilterChainProxy">
|
||||
* <constructor-arg>
|
||||
* <util:list>
|
||||
* <security:filter-chain pattern="/do/not/filter*" filters="none"/>
|
||||
|
Loading…
x
Reference in New Issue
Block a user