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:39:35 UTC

DO NOT REPLY [Bug 19032] New: - MalformedURLException returned by Jasper when attempting to process a tag library packaged in JSP 1.1 fashion.

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

MalformedURLException returned by Jasper when attempting to process a tag library packaged in JSP 1.1 fashion.

           Summary: MalformedURLException returned by Jasper when attempting
                    to process a tag library packaged in JSP 1.1 fashion.
           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


Jasper throws the following:

Unable to read TLD "META-INF/taglib.tld" from JAR file
"/WEB-INF/lib/jsp11taglib.jar": java.net.MalformedURLException: invalid url:
/WEB-INF/lib/jsp11taglib.jar!/ (java.net.MalformedURLException: no protocol:
/WEB-INF/lib/jsp11taglib.jar)


The JAR file contains a single TLD (taglib.tld) in the META-INF directory.

This functionality worked in previous builds.

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