瀏覽代碼

SEC-1723: Fix use of bean names in integration test app context.

Luke Taylor 14 年之前
父節點
當前提交
f883c6e579
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      itest/context/src/integration-test/resources/http-extra-fsi-app-context.xml

+ 1 - 1
itest/context/src/integration-test/resources/http-extra-fsi-app-context.xml

@@ -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>