We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 25fb1f4 + 6bdd5f7 commit d64968aCopy full SHA for d64968a
web/src/main/java/org/springframework/security/web/FilterChainProxy.java
@@ -60,7 +60,7 @@
60
* requests which match the pattern. An example configuration might look like this:
61
*
62
* <pre>
63
- * <bean id="myfilterChainProxy" class="org.springframework.security.util.FilterChainProxy">
+ * <bean id="myfilterChainProxy" class="org.springframework.security.web.FilterChainProxy">
64
* <constructor-arg>
65
* <util:list>
66
* <security:filter-chain pattern="/do/not/filter*" filters="none"/>
0 commit comments