This is an automated email from the ASF dual-hosted git repository.

rmaucher pushed a commit to branch 11.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/11.0.x by this push:
     new 6ef86577a5 Revert this change again
6ef86577a5 is described below

commit 6ef86577a58c6fe2bf330680ed52065876fd83c2
Author: remm <[email protected]>
AuthorDate: Wed Jun 17 16:41:18 2026 +0200

    Revert this change again
    
    The code change was only in 12. I did not expect it so I backported it
    by mistake.
---
 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 9e260147c1..ab6944d8f2 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(ELResolver.StandaloneIdentifierMarker.class, 
Boolean.FALSE);
+            ctx.putContext(this.getClass(), Boolean.FALSE);
         }
 
         if (ctx.isPropertyResolved()) {


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to