This is an automated email from the ASF dual-hosted git repository.
lihan pushed a commit to branch 9.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/9.0.x by this push:
new 9b893fdc5d Update the schema location of webxml,thanks to Mark
9b893fdc5d is described below
commit 9b893fdc5db5541809664f8476e1b593245154ea
Author: lihan <[email protected]>
AuthorDate: Wed Aug 31 15:31:20 2022 +0800
Update the schema location of webxml,thanks to Mark
---
java/org/apache/jasper/resources/LocalStrings.properties | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/java/org/apache/jasper/resources/LocalStrings.properties
b/java/org/apache/jasper/resources/LocalStrings.properties
index 6e4496378f..7cb588fc22 100644
--- a/java/org/apache/jasper/resources/LocalStrings.properties
+++ b/java/org/apache/jasper/resources/LocalStrings.properties
@@ -392,7 +392,7 @@ jspc.webxml.header=<?xml version="1.0" encoding="{0}"?>\n\
<web-app xmlns="http://xmlns.jcp.org/xml/ns/javaee"\n\
\ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"\n\
\ xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/javaee\n\
-\
http://xmlns.jcp.org/xml/ns/javaee/web-fragment_4_0.xsd"\n\
+\ http://xmlns.jcp.org/xml/ns/javaee/web-app_4_0.xsd"\n\
\ version="4.0"\n\
\ metadata-complete="false">\n\
<!--\n\
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]