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 aad99bfebc Add test for Servlet 6.2
aad99bfebc is described below

commit aad99bfebc14a45db951e2cadf53a8c2a233533a
Author: Mark Thomas <[email protected]>
AuthorDate: Mon Jun 8 13:32:36 2026 +0100

    Add test for Servlet 6.2
---
 test/org/apache/tomcat/util/descriptor/web/TestWebXml.java | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/test/org/apache/tomcat/util/descriptor/web/TestWebXml.java 
b/test/org/apache/tomcat/util/descriptor/web/TestWebXml.java
index 1109d81ad3..4acb244fa0 100644
--- a/test/org/apache/tomcat/util/descriptor/web/TestWebXml.java
+++ b/test/org/apache/tomcat/util/descriptor/web/TestWebXml.java
@@ -193,6 +193,11 @@ public class TestWebXml {
         doTestValidateVersion("6.1");
     }
 
+    @Test
+    public void testValidateVersion62() throws IOException, SAXException {
+        doTestValidateVersion("6.2");
+    }
+
     private void doTestValidateVersion(String version) throws IOException, 
SAXException {
         WebXml webxml = new WebXml();
 


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

Reply via email to