Author: markt Date: Mon Jul 20 11:00:50 2009 New Revision: 795764 URL: http://svn.apache.org/viewvc?rev=795764&view=rev Log: 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
Modified: tomcat/trunk/webapps/examples/WEB-INF/jsp2/jsp2-example-taglib.tld tomcat/trunk/webapps/examples/WEB-INF/web.xml Modified: tomcat/trunk/webapps/examples/WEB-INF/jsp2/jsp2-example-taglib.tld URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/examples/WEB-INF/jsp2/jsp2-example-taglib.tld?rev=795764&r1=795763&r2=795764&view=diff ============================================================================== --- tomcat/trunk/webapps/examples/WEB-INF/jsp2/jsp2-example-taglib.tld (original) +++ tomcat/trunk/webapps/examples/WEB-INF/jsp2/jsp2-example-taglib.tld Mon Jul 20 11:00:50 2009 @@ -23,7 +23,7 @@ <description>A tag library exercising SimpleTag handlers.</description> <tlib-version>1.0</tlib-version> <short-name>SimpleTagLibrary</short-name> - <uri>/SimpleTagLibrary</uri> + <uri>http://tomcat.apache.org/jsp2-example-taglib</uri> <tag> <description>Outputs Hello, World</description> <name>helloWorld</name> Modified: tomcat/trunk/webapps/examples/WEB-INF/web.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/examples/WEB-INF/web.xml?rev=795764&r1=795763&r2=795764&view=diff ============================================================================== --- tomcat/trunk/webapps/examples/WEB-INF/web.xml (original) +++ tomcat/trunk/webapps/examples/WEB-INF/web.xml Mon Jul 20 11:00:50 2009 @@ -193,7 +193,7 @@ <taglib> <taglib-uri> - http://tomcat.apache.org/examples-taglib + http://tomcat.apache.org/example-taglib </taglib-uri> <taglib-location> /WEB-INF/jsp/example-taglib.tld --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org