Author: owulff
Date: Wed Mar 6 18:50:45 2013
New Revision: 1453476
URL: http://svn.apache.org/r1453476
Log:
Fix testcase due to spring plugin restructure
Modified:
cxf/fediz/trunk/systests/springPreauthWebapp/src/main/webapp/WEB-INF/applicationContext-security.xml
Modified:
cxf/fediz/trunk/systests/springPreauthWebapp/src/main/webapp/WEB-INF/applicationContext-security.xml
URL:
http://svn.apache.org/viewvc/cxf/fediz/trunk/systests/springPreauthWebapp/src/main/webapp/WEB-INF/applicationContext-security.xml?rev=1453476&r1=1453475&r2=1453476&view=diff
==============================================================================
---
cxf/fediz/trunk/systests/springPreauthWebapp/src/main/webapp/WEB-INF/applicationContext-security.xml
(original)
+++
cxf/fediz/trunk/systests/springPreauthWebapp/src/main/webapp/WEB-INF/applicationContext-security.xml
Wed Mar 6 18:50:45 2013
@@ -32,10 +32,10 @@
class="org.springframework.security.web.authentication.preauth.PreAuthenticatedGrantedAuthoritiesUserDetailsService"/>
-->
<bean id="preAuthenticatedUserDetailsService"
-
class="org.apache.cxf.fediz.spring.PreAuthenticatedGrantedAuthoritiesUserDetailsFederationService"/>
+
class="org.apache.cxf.fediz.spring.preauth.PreAuthenticatedGrantedAuthoritiesUserDetailsFederationService"/>
<!--<bean id="j2eePreAuthFilter"
class="org.springframework.security.web.authentication.preauth.j2ee.J2eePreAuthenticatedProcessingFilter">-->
- <bean id="j2eePreAuthFilter"
class="org.apache.cxf.fediz.spring.FederationPreAuthenticatedProcessingFilter">
+ <bean id="j2eePreAuthFilter"
class="org.apache.cxf.fediz.spring.preauth.FederationPreAuthenticatedProcessingFilter">
<property name="authenticationManager" ref="authenticationManager"/>
<property name="authenticationDetailsSource">
<bean
class="org.springframework.security.web.authentication.preauth.j2ee.J2eeBasedPreAuthenticatedWebAuthenticationDetailsSource">