From 85d685f7d3353d5f5ead4c8fac339a10eb3963a2 Mon Sep 17 00:00:00 2001 From: Luke Taylor Date: Tue, 14 Dec 2010 16:55:34 +0000 Subject: [PATCH] SEC-1611: Make access attribute in authorize tag a runtime expression --- itest/web/src/main/webapp/WEB-INF/security.tld | 2 +- taglibs/src/main/resources/META-INF/security.tld | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/itest/web/src/main/webapp/WEB-INF/security.tld b/itest/web/src/main/webapp/WEB-INF/security.tld index 58bc7657d6..bd945bae1f 100644 --- a/itest/web/src/main/webapp/WEB-INF/security.tld +++ b/itest/web/src/main/webapp/WEB-INF/security.tld @@ -22,7 +22,7 @@ access false - false + true A Spring-EL expression which is supported by the WebSecurityExpressionHandler in the application context. The latter will be used to evaluate the expression. diff --git a/taglibs/src/main/resources/META-INF/security.tld b/taglibs/src/main/resources/META-INF/security.tld index 87b0368cb7..5d8e4fc9b0 100644 --- a/taglibs/src/main/resources/META-INF/security.tld +++ b/taglibs/src/main/resources/META-INF/security.tld @@ -22,7 +22,7 @@ access false - false + true A Spring-EL expression which is supported by the WebSecurityExpressionHandler in the application context. The latter will be used to evaluate the expression.