瀏覽代碼

Correct bean class in context file

Luke Taylor 16 年之前
父節點
當前提交
b03e4f435b
共有 1 個文件被更改,包括 1 次插入1 次删除
  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>