Changed to using new alias for security filter chain in samples.

This commit is contained in:
Luke Taylor
2008-02-01 14:28:04 +00:00
parent 298546014a
commit df1def412e
4 changed files with 7 additions and 6 deletions

View File

@@ -24,12 +24,12 @@
</context-param>
<filter>
<filter-name>_filterChainProxy</filter-name>
<filter-name>springSecurityFilterChain</filter-name>
<filter-class>org.springframework.web.filter.DelegatingFilterProxy</filter-class>
</filter>
<filter-mapping>
<filter-name>_filterChainProxy</filter-name>
<filter-name>springSecurityFilterChain</filter-name>
<url-pattern>/*</url-pattern>
</filter-mapping>