瀏覽代碼

Fix bean referencing error.

Ben Alex 17 年之前
父節點
當前提交
1cae1719bc
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      samples/tutorial/src/main/webapp/WEB-INF/applicationContext-acegi-security.xml

+ 1 - 1
samples/tutorial/src/main/webapp/WEB-INF/applicationContext-acegi-security.xml

@@ -151,7 +151,7 @@
 	</bean>
 
 	<bean id="securityInterceptor" class="org.springframework.security.intercept.method.aopalliance.MethodSecurityInterceptor">
-		<property name="authenticationManager"><ref local="authentication"/></property>
+		<property name="authenticationManager"><ref local="authenticationManager"/></property>
 		<property name="accessDecisionManager"><ref local="accessDecisionManager"/></property>
 		<property name="objectDefinitionSource">
 			<ref local="objectDefinitionSource"/>