mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-07-01 16:22:15 +00:00
SEC-1611: Make access attribute in authorize tag a runtime expression
This commit is contained in:
parent
ce421f22bf
commit
85d685f7d3
@ -22,7 +22,7 @@
|
|||||||
<attribute>
|
<attribute>
|
||||||
<name>access</name>
|
<name>access</name>
|
||||||
<required>false</required>
|
<required>false</required>
|
||||||
<rtexprvalue>false</rtexprvalue>
|
<rtexprvalue>true</rtexprvalue>
|
||||||
<description>
|
<description>
|
||||||
A Spring-EL expression which is supported by the WebSecurityExpressionHandler
|
A Spring-EL expression which is supported by the WebSecurityExpressionHandler
|
||||||
in the application context. The latter will be used to evaluate the expression.
|
in the application context. The latter will be used to evaluate the expression.
|
||||||
|
@ -22,7 +22,7 @@
|
|||||||
<attribute>
|
<attribute>
|
||||||
<name>access</name>
|
<name>access</name>
|
||||||
<required>false</required>
|
<required>false</required>
|
||||||
<rtexprvalue>false</rtexprvalue>
|
<rtexprvalue>true</rtexprvalue>
|
||||||
<description>
|
<description>
|
||||||
A Spring-EL expression which is supported by the WebSecurityExpressionHandler
|
A Spring-EL expression which is supported by the WebSecurityExpressionHandler
|
||||||
in the application context. The latter will be used to evaluate the expression.
|
in the application context. The latter will be used to evaluate the expression.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user