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 34991414b2 Add test for Servlet 6.1
34991414b2 is described below
commit 34991414b2aafffeb0047777b2a994df29ebe040
Author: Mark Thomas <[email protected]>
AuthorDate: Mon Jun 8 13:31:45 2026 +0100
Add test for Servlet 6.1
---
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 874de4b6bf..1109d81ad3 100644
--- a/test/org/apache/tomcat/util/descriptor/web/TestWebXml.java
+++ b/test/org/apache/tomcat/util/descriptor/web/TestWebXml.java
@@ -188,6 +188,11 @@ public class TestWebXml {
doTestValidateVersion("6.0");
}
+ @Test
+ public void testValidateVersion61() throws IOException, SAXException {
+ doTestValidateVersion("6.1");
+ }
+
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]