Make sure argumentsAdded flag is set correctly.
This commit is contained in:
+1
@@ -46,6 +46,7 @@ class MethodSecurityEvaluationContext extends StandardEvaluationContext {
|
||||
|
||||
if (!argumentsAdded) {
|
||||
addArgumentsAsVariables();
|
||||
argumentsAdded = true;
|
||||
}
|
||||
|
||||
return super.lookupVariable(name);
|
||||
|
||||
Reference in New Issue
Block a user