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


The following commit(s) were added to refs/heads/11.0.x by this push:
     new e391c6b201 web.xml attribute name and internal name are different
e391c6b201 is described below

commit e391c6b201eae2ad9707a1335aff68ab8b3e0f84
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 25f0899fad..c4c0e250b9 100644
--- a/java/org/apache/tomcat/util/descriptor/web/WebXml.java
+++ b/java/org/apache/tomcat/util/descriptor/web/WebXml.java
@@ -1605,7 +1605,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]

Reply via email to