This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/master by this push:
new 9e76286 Correct the location for the 1.2 taglib DTD in the examples
webapp
9e76286 is described below
commit 9e76286ec8831e791568096c16692340704b26b3
Author: Mark Thomas <[email protected]>
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: [email protected]
For additional commands, e-mail: [email protected]