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.
1 parent b35d7e2 commit 0d0afb9Copy full SHA for 0d0afb9
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