mirror of
https://github.com/apache/struts.git
synced 2026-08-07 23:57:03 +00:00
WW-4120 Improves loop
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@1502453 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -1384,9 +1384,11 @@ class Validator {
|
||||
if (node instanceof ELNode.Root) {
|
||||
if (((ELNode.Root) node).getType() == '$') {
|
||||
elExpression = true;
|
||||
break;
|
||||
} else if (checkDeferred && !pageInfo.isDeferredSyntaxAllowedAsLiteral()
|
||||
&& ((ELNode.Root) node).getType() == '#') {
|
||||
elExpression = true;
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user