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…
Reference in New Issue