Skip to content

Commit d69288e

Browse files
committed
Fix example in javadoc of FilterChainProxy
Closes gh-8344
1 parent 62bc17e commit d69288e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/src/main/java/org/springframework/security/web/FilterChainProxy.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
* requests which match the pattern. An example configuration might look like this:
6161
*
6262
* <pre>
63-
* &lt;bean id="myfilterChainProxy" class="org.springframework.security.util.FilterChainProxy"&gt;
63+
* &lt;bean id="myfilterChainProxy" class="org.springframework.security.web.FilterChainProxy"&gt;
6464
* &lt;constructor-arg&gt;
6565
* &lt;util:list&gt;
6666
* &lt;security:filter-chain pattern="/do/not/filter*" filters="none"/&gt;

0 commit comments

Comments
 (0)