Преглед на файлове

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"/>