You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2022/07/13 15:22:35 UTC

[tomcat] branch 9.0.x updated: Correct schemas used by JSPC

This is an automated email from the ASF dual-hosted git repository.

markt 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 6a47c8791f Correct schemas used by JSPC
6a47c8791f is described below

commit 6a47c8791f62ec9b6e9c34cc40ca7e288f51e354
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Wed Jul 13 16:22:28 2022 +0100

    Correct schemas used by JSPC
---
 .../apache/jasper/resources/LocalStrings.properties    | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/java/org/apache/jasper/resources/LocalStrings.properties b/java/org/apache/jasper/resources/LocalStrings.properties
index dfe77e42db..4339d968da 100644
--- a/java/org/apache/jasper/resources/LocalStrings.properties
+++ b/java/org/apache/jasper/resources/LocalStrings.properties
@@ -361,11 +361,11 @@ jspc.webfrg.footer=\n\
 </web-fragment>\n\
 \n
 jspc.webfrg.header=<?xml version="1.0" encoding="{0}"?>\n\
-<web-fragment xmlns="https://jakarta.ee/xml/ns/jakartaee"\n\
+<web-fragment xmlns="http://xmlns.jcp.org/xml/ns/javaee"\n\
 \              xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"\n\
-\              xsi:schemaLocation="https://jakarta.ee/xml/ns/jakartaee\n\
-\                      https://jakarta.ee/xml/ns/jakartaee/web-fragment_5_0.xsd"\n\
-\              version="5.0"\n\
+\              xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/javaee\n\
+\                      http://xmlns.jcp.org/xml/ns/javaee/web-fragment_4_0.xsd"\n\
+\              version="4.0"\n\
 \              metadata-complete="true">\n\
 \  <name>org_apache_jasper.jspc</name>\n\
 \  <distributable/>\n\
@@ -389,11 +389,11 @@ jspc.webxml.footer=\n\
 </web-app>\n\
 \n
 jspc.webxml.header=<?xml version="1.0" encoding="{0}"?>\n\
-<web-app xmlns="https://jakarta.ee/xml/ns/jakartaee"\n\
-\         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"\n\
-\             xsi:schemaLocation="https://jakarta.ee/xml/ns/jakartaee\n\
-\         https://jakarta.ee/xml/ns/jakartaee/web-app_5_0.xsd"\n\
-\         version="5.0"\n\
+<web-fragment 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\
+\              version="4.0"\n\
 \         metadata-complete="false">\n\
 <!--\n\
 Automatically created by Apache Tomcat JspC.\n\


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org