This is an automated email from the ASF dual-hosted git repository. markt-asf pushed a commit to branch 11.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
commit 6e7194fa3dc78af373cdc447f2bb9cca3f781f0d Author: remm <[email protected]> AuthorDate: Wed Jun 17 16:02:38 2026 +0200 Minor fixes from code review --- java/org/apache/el/parser/AstIdentifier.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/java/org/apache/el/parser/AstIdentifier.java b/java/org/apache/el/parser/AstIdentifier.java index ab6944d8f2..9e260147c1 100644 --- a/java/org/apache/el/parser/AstIdentifier.java +++ b/java/org/apache/el/parser/AstIdentifier.java @@ -89,7 +89,7 @@ public final class AstIdentifier extends SimpleNode { } finally { // Always reset the flag to false so the optimisation is not applied // inappropriately - ctx.putContext(this.getClass(), Boolean.FALSE); + ctx.putContext(ELResolver.StandaloneIdentifierMarker.class, Boolean.FALSE); } if (ctx.isPropertyResolved()) { --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
