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

markt pushed a commit to branch 8.5.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/8.5.x by this push:
     new e59b2cf  Correct the location for the 1.2 taglib DTD in the examples 
webapp
e59b2cf is described below

commit e59b2cf72536be422787f10b39cbc0fc5f29d704
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Mon Jan 4 11:31:44 2021 +0000

    Correct the location for the 1.2 taglib DTD in the examples webapp
---
 webapps/examples/WEB-INF/jsp/debug-taglib.tld   | 2 +-
 webapps/examples/WEB-INF/jsp/example-taglib.tld | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/webapps/examples/WEB-INF/jsp/debug-taglib.tld 
b/webapps/examples/WEB-INF/jsp/debug-taglib.tld
index 8f082d3..424a3df 100644
--- a/webapps/examples/WEB-INF/jsp/debug-taglib.tld
+++ b/webapps/examples/WEB-INF/jsp/debug-taglib.tld
@@ -17,7 +17,7 @@
 -->
 <!DOCTYPE taglib
         PUBLIC "-//Sun Microsystems, Inc.//DTD JSP Tag Library 1.2//EN"
-        "http://java.sun.com/j2ee/dtd/web-jsptaglibrary_1_2.dtd";>
+        "http://java.sun.com/dtd/web-jsptaglibrary_1_2.dtd";>
 
 <!-- a tag library descriptor -->
 
diff --git a/webapps/examples/WEB-INF/jsp/example-taglib.tld 
b/webapps/examples/WEB-INF/jsp/example-taglib.tld
index 714e201..f60e353 100644
--- a/webapps/examples/WEB-INF/jsp/example-taglib.tld
+++ b/webapps/examples/WEB-INF/jsp/example-taglib.tld
@@ -17,7 +17,7 @@
 -->
 <!DOCTYPE taglib
         PUBLIC "-//Sun Microsystems, Inc.//DTD JSP Tag Library 1.2//EN"
-        "http://java.sun.com/j2ee/dtd/web-jsptaglibrary_1_2.dtd";>
+        "http://java.sun.com/dtd/web-jsptaglibrary_1_2.dtd";>
 
 <taglib>
 


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

Reply via email to