Fix CAS filter configuration.

This commit is contained in:
Luke Taylor 2009-08-25 20:26:12 +00:00
parent d55c86bea9
commit 092d7b5c2b
1 changed files with 1 additions and 1 deletions

View File

@ -9,6 +9,7 @@
<sec:intercept-url pattern="/secure/extreme/**" access="ROLE_SUPERVISOR" requires-channel="https"/>
<sec:intercept-url pattern="/secure/**" access="ROLE_USER" />
<sec:logout logout-success-url="/cas-logout.jsp"/>
<sec:custom-filter ref="casProcessingFilter" after="CAS_PROCESSING_FILTER"/>
</sec:http>
<sec:authentication-manager alias="authenticationManager">
@ -16,7 +17,6 @@
</sec:authentication-manager>
<bean id="casProcessingFilter" class="org.springframework.security.cas.web.CasProcessingFilter">
<sec:custom-filter after="CAS_PROCESSING_FILTER"/>
<property name="authenticationManager" ref="authenticationManager"/>
<property name="authenticationFailureHandler">
<bean class="org.springframework.security.web.authentication.SimpleUrlAuthenticationFailureHandler">