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 1d126c7847 This one did not apply
1d126c7847 is described below
commit 1d126c7847ebae8ad634c9febc47b7634505e85b
Author: remm <[email protected]>
AuthorDate: Wed Jun 17 16:07:41 2026 +0200
This one did not apply
---
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]