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