Bug 30840

Summary: String-examples web.xml taglib uri
Product: Taglibs Reporter: Amanpreet <ap_singh1980>
Component: String TaglibAssignee: Tomcat Developers Mailing List <dev>
Status: RESOLVED WONTFIX    
Severity: minor CC: ap_singh1980
Priority: P3    
Version: 1.1.0   
Target Milestone: ---   
Hardware: All   
OS: All   

Description Amanpreet 2004-08-25 08:26:08 UTC
Hi
I downloaded String taglib binary 'jakarta-taglibs-string-current'.

In string-examples.war,
web.xml has taglib-uri as:
<taglib-uri>http://jakarta.apache.org/taglibs/string-1.0</taglib-uri>

I think, it should be as string-1.1 since in example 'string.jsp',
its using 'string-1.1'

<%@ taglib uri="http://jakarta.apache.org/taglibs/string-1.1" prefix="str" %>


thanks
Comment 1 Felipe Leme 2004-08-25 10:27:01 UTC
I will take a look on this, but unfortunately we won't be able to fix the
distributions, only the code in CVS.
Comment 2 Henri Yandell 2008-01-28 22:23:47 UTC
Confirmed btw. Irritating, but not worth doing anything with the old one. Need
to make sure the new one does not suffer from this (if one is made). 
Comment 3 Mark Thomas 2009-06-10 13:17:26 UTC
Reset assignee so mails go to list.
Comment 4 Henri Yandell 2009-07-11 00:56:41 UTC
Resolving as nothing to do here. Current Maven build does not have an examples war; one hopes this will be caught in testing of a new examples war (especially as the jetty/cactus work means it will be automatically tested).