Explorar el Código

Correct bean class in context file

Luke Taylor hace 16 años
padre
commit
b03e4f435b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      itest/web/src/main/webapp/WEB-INF/custom-filters.xml

+ 1 - 1
itest/web/src/main/webapp/WEB-INF/custom-filters.xml

@@ -7,7 +7,7 @@
                         http://www.springframework.org/schema/security http://www.springframework.org/schema/security/spring-security-2.0.2.xsd">
 
     <!-- A second APF in addition to the standard namespace one -->
-    <bean name="formLoginFilter2" class="org.springframework.security.authentication.AuthenticationProcessingFilter">
+    <bean name="formLoginFilter2" class="org.springframework.security.web.authentication.AuthenticationProcessingFilter">
         <sec:custom-filter after="AUTHENTICATION_PROCESSING_FILTER"/>
         <property name="filterProcessesUrl" value="/j_spring_security_check_2"/>
     </bean>