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 2003/04/15 16:37:10 UTC

DO NOT REPLY [Bug 19031] New: - Failure in processing TLD files in JAR files included with web application

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=19031>.
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=19031

Failure in processing TLD files in JAR files included with web application

           Summary: Failure in processing TLD files in JAR files included
                    with web application
           Product: Tomcat 5
           Version: Nightly Build
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Critical
          Priority: Other
         Component: Jasper2
        AssignedTo: tomcat-dev@jakarta.apache.org
        ReportedBy: Ryan.Lubke@Sun.COM


The following exception is raised when trying to use tag libraries packaged as
JAR files in the web application:

org.apache.jasper.JasperException: Unable to read TLD "META-INF/tlds/multi2.tld"
from JAR file "jndi:/localhost/jsp_tldres_web/WEB-INF/lib/multitaglib.jar":
java.lang.IllegalStateException: zip file closed

the JAR file has two TLDs in the JAR file.  One is in META-INF, and the other is
in META-INF/tlds.

This seems to be a regression in behavior as this worked with previous builds.

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org