Skip to content

Commit

Permalink
Fix example in javadoc of FilterChainProxy
Browse files Browse the repository at this point in the history
Closes gh-8344
  • Loading branch information
rwinch committed Apr 8, 2020
1 parent d1909ec commit 566c25a
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -60,7 +60,7 @@
* requests which match the pattern. An example configuration might look like this:
*
* <pre>
* &lt;bean id="myfilterChainProxy" class="org.springframework.security.util.FilterChainProxy"&gt;
* &lt;bean id="myfilterChainProxy" class="org.springframework.security.web.FilterChainProxy"&gt;
* &lt;constructor-arg&gt;
* &lt;util:list&gt;
* &lt;security:filter-chain pattern="/do/not/filter*" filters="none"/&gt;
Expand Down

0 comments on commit 566c25a

Please sign in to comment.