You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2002/10/02 18:17:28 UTC

DO NOT REPLY [Bug 13212] New: - JSPC is unable to compile when JSP1.1 taglib jar contains tld file

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13212>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13212

JSPC is unable to compile when JSP1.1 taglib jar contains tld file

           Summary: JSPC is unable to compile when JSP1.1 taglib jar
                    contains tld file
           Product: Tomcat 4
           Version: 4.1.12
          Platform: All
        OS/Version: Other
            Status: NEW
          Severity: Major
          Priority: Other
         Component: Jasper 2
        AssignedTo: tomcat-dev@jakarta.apache.org
        ReportedBy: woolfel@yahoo.com


I can reproduce this every consistently. The bug appears when JSP 1.1 tag jar 
file contains meta-inf/*.tld file.

instructions for reproducing the bug.

1. create a simple page that uses jakarta string taglib
2. run jspc

Result: NPE should be thrown and page should not compile.

work around.

1. delete the .tld file from string.jar
2. run jspc

It would appear there's a conflict between the .tld file under 
myWebApp/WEB-INF/string.tld and meta-inf/taglib.tld in the jar.

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>