mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-07-01 00:02:13 +00:00
Changed _authenticationManager -> authenticationManager to get contact app tests passing again.
This commit is contained in:
parent
1472aeb77d
commit
b91e82d91c
@ -185,7 +185,7 @@
|
|||||||
to the Contact presented as a method argument.
|
to the Contact presented as a method argument.
|
||||||
-->
|
-->
|
||||||
<bean id="contactManagerSecurity" class="org.springframework.security.intercept.method.aopalliance.MethodSecurityInterceptor">
|
<bean id="contactManagerSecurity" class="org.springframework.security.intercept.method.aopalliance.MethodSecurityInterceptor">
|
||||||
<property name="authenticationManager" ref="_authenticationManager"/>
|
<property name="authenticationManager" ref="authenticationManager"/>
|
||||||
<property name="accessDecisionManager">
|
<property name="accessDecisionManager">
|
||||||
<ref local="businessAccessDecisionManager"/>
|
<ref local="businessAccessDecisionManager"/>
|
||||||
</property>
|
</property>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user