mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-05-30 16:52:13 +00:00
SEC-1723: Fix use of bean names in integration test app context.
This commit is contained in:
parent
04dc65c8fe
commit
f883c6e579
@ -12,7 +12,7 @@
|
||||
|
||||
<sec:http use-expressions="true">
|
||||
<!-- Slip in a bean property name EL test -->
|
||||
<sec:intercept-url pattern="/**" access="fsi.getAccessDecisionManager() eq accessDecisionManager" />
|
||||
<sec:intercept-url pattern="/**" access="@fsi.getAccessDecisionManager() eq @accessDecisionManager" />
|
||||
<sec:form-login />
|
||||
<sec:custom-filter ref="fsi" after="FILTER_SECURITY_INTERCEPTOR " />
|
||||
</sec:http>
|
||||
|
Loading…
x
Reference in New Issue
Block a user