This is an automated email from the ASF dual-hosted git repository.
markt-asf pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/main by this push:
new 26030995df web.xml attribute name and internal name are different
26030995df is described below
commit 26030995df5fea9633c81cededec0fa030b20338
Author: Mark Thomas <[email protected]>
AuthorDate: Tue Jun 16 19:55:36 2026 +0100
web.xml attribute name and internal name are different
---
java/org/apache/tomcat/util/descriptor/web/WebXml.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/java/org/apache/tomcat/util/descriptor/web/WebXml.java
b/java/org/apache/tomcat/util/descriptor/web/WebXml.java
index 42c103427e..108c8e0191 100644
--- a/java/org/apache/tomcat/util/descriptor/web/WebXml.java
+++ b/java/org/apache/tomcat/util/descriptor/web/WebXml.java
@@ -1612,7 +1612,7 @@ public class WebXml extends XmlEncodingBase implements
DocumentProperties.Charse
case "domain":
case "path":
case "comment":
- case "http-only":
+ case "httponly":
case "secure":
case "max-age":
// NO-OP - handled above
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]