This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 7.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/7.0.x by this push: new b44fea5 Correct the location for the 1.2 taglib DTD in the examples webapp b44fea5 is described below commit b44fea5ce7f593d7bc83987d21e0bdcf888ab885 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