mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-05-31 09:12:14 +00:00
Make sure argumentsAdded flag is set correctly.
This commit is contained in:
parent
e1bc1819da
commit
73cfeecd0c
@ -46,6 +46,7 @@ class MethodSecurityEvaluationContext extends StandardEvaluationContext {
|
||||
|
||||
if (!argumentsAdded) {
|
||||
addArgumentsAsVariables();
|
||||
argumentsAdded = true;
|
||||
}
|
||||
|
||||
return super.lookupVariable(name);
|
||||
|
Loading…
x
Reference in New Issue
Block a user