1
0
mirror of synced 2026-08-05 17:57:15 +00:00

SEC-2357: Move *RequestMatcher to .matcher package

This commit is contained in:
Rob Winch
2013-10-14 11:55:56 -05:00
parent 45ad74a0bd
commit 51171efa7a
93 changed files with 239 additions and 182 deletions
+1 -1
View File
@@ -3086,7 +3086,7 @@ At times you may want to only write a header for certain requests. For example,
<beans:bean id="headerWriter"
class="org.springframework.security.web.header.writers.DelegatingRequestMatcherHeaderWriter">
<beans:constructor-arg>
<bean class="org.springframework.security.web.util.matchers.AntPathRequestMatcher"
<bean class="org.springframework.security.web.util.matcher.AntPathRequestMatcher"
c:pattern="/login"/>
</beans:constructor-arg>
<beans:constructor-arg>