Changed _authenticationManager -> authenticationManager to get contact app tests passing again.

This commit is contained in:
Luke Taylor 2007-12-25 00:34:28 +00:00
parent 1472aeb77d
commit b91e82d91c
1 changed files with 1 additions and 1 deletions

View File

@ -185,7 +185,7 @@
to the Contact presented as a method argument.
-->
<bean id="contactManagerSecurity" class="org.springframework.security.intercept.method.aopalliance.MethodSecurityInterceptor">
<property name="authenticationManager" ref="_authenticationManager"/>
<property name="authenticationManager" ref="authenticationManager"/>
<property name="accessDecisionManager">
<ref local="businessAccessDecisionManager"/>
</property>