From: markt Date: Mon, 20 Jul 2009 11:00:50 +0000 (+0000) Subject: Align tag library URIs in web.xml, TLDs and JSPs. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=6c05454de4534de297f3c00ff2e259bcfc8a4688;p=tomcat7.0 Align tag library URIs in web.xml, TLDs and JSPs. Note that the inconsistencies didn't break anything as the TLD scanning found all the various URIs git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@795764 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/webapps/examples/WEB-INF/jsp2/jsp2-example-taglib.tld b/webapps/examples/WEB-INF/jsp2/jsp2-example-taglib.tld index f9e0b3dcc..707d9975f 100644 --- a/webapps/examples/WEB-INF/jsp2/jsp2-example-taglib.tld +++ b/webapps/examples/WEB-INF/jsp2/jsp2-example-taglib.tld @@ -23,7 +23,7 @@ A tag library exercising SimpleTag handlers. 1.0 SimpleTagLibrary - /SimpleTagLibrary + http://tomcat.apache.org/jsp2-example-taglib Outputs Hello, World helloWorld diff --git a/webapps/examples/WEB-INF/web.xml b/webapps/examples/WEB-INF/web.xml index 15b3e0dfa..71da8e026 100644 --- a/webapps/examples/WEB-INF/web.xml +++ b/webapps/examples/WEB-INF/web.xml @@ -193,7 +193,7 @@ - http://tomcat.apache.org/examples-taglib + http://tomcat.apache.org/example-taglib /WEB-INF/jsp/example-taglib.tld