From 6c05454de4534de297f3c00ff2e259bcfc8a4688 Mon Sep 17 00:00:00 2001 From: markt Date: Mon, 20 Jul 2009 11:00:50 +0000 Subject: [PATCH] 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 --- webapps/examples/WEB-INF/jsp2/jsp2-example-taglib.tld | 2 +- webapps/examples/WEB-INF/web.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 -- 2.11.0