SEC-3052: Doc DEFAULT_MATCHER->DEFAULT_CSRF_MATCHER

This commit is contained in:
Rob Winch 2015-10-21 16:22:37 -05:00
parent dd092431a0
commit 8858419696
1 changed files with 1 additions and 1 deletions

View File

@ -388,7 +388,7 @@ For example:
<b:bean id="csrfMatcher"
class="AndRequestMatcher">
<b:constructor-arg value="#{T(org.springframework.security.web.csrf.CsrfFilter).DEFAULT_MATCHER}"/>
<b:constructor-arg value="#{T(org.springframework.security.web.csrf.CsrfFilter).DEFAULT_CSRF_MATCHER}"/>
<b:constructor-arg>
<b:bean class="org.springframework.security.web.util.matcher.NegatedRequestMatcher">
<b:bean class="org.springframework.security.web.util.matcher.AntPathRequestMatcher">