This is an automated email from the ASF dual-hosted git repository.
rmaucher pushed a commit to branch 10.1.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/10.1.x by this push:
new f7a1593e21 This one did not apply
f7a1593e21 is described below
commit f7a1593e212c4c497466a047700420e92cb68e23
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 d1f1eaea98..a02b10d105 100644
--- a/java/org/apache/el/parser/AstIdentifier.java
+++ b/java/org/apache/el/parser/AstIdentifier.java
@@ -92,7 +92,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]