SEC-1611: Make access attribute in authorize tag a runtime expression

This commit is contained in:
Luke Taylor 2010-12-14 16:55:34 +00:00
parent ce421f22bf
commit 85d685f7d3
2 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@
<attribute>
<name>access</name>
<required>false</required>
<rtexprvalue>false</rtexprvalue>
<rtexprvalue>true</rtexprvalue>
<description>
A Spring-EL expression which is supported by the WebSecurityExpressionHandler
in the application context. The latter will be used to evaluate the expression.

View File

@ -22,7 +22,7 @@
<attribute>
<name>access</name>
<required>false</required>
<rtexprvalue>false</rtexprvalue>
<rtexprvalue>true</rtexprvalue>
<description>
A Spring-EL expression which is supported by the WebSecurityExpressionHandler
in the application context. The latter will be used to evaluate the expression.