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/07/23 05:17:50 UTC

DO NOT REPLY [Bug 11069] New: - Tomcat not flag error if tld is outside of /WEB-INF

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

Tomcat not flag error if tld is outside of /WEB-INF

           Summary: Tomcat not flag error if tld is outside of /WEB-INF
           Product: Tomcat 4
           Version: 4.0.3 Final
          Platform: PC
        OS/Version: Windows NT/2K
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Unknown
        AssignedTo: tomcat-dev@jakarta.apache.org
        ReportedBy: matsu@yamato.ibm.com


JSP1.2 spec 7.3.1 says :

   When deployed directly into a web application, the tag
   library descriptor files must always be in the /WEB-INF
   directory or some subdirectory of if.

But if jsp has taglib directive like :

   <%@taglib uri="/folder/my.tld" prefix="mytlib"%>

which points to outside of /WEB-INF, but tomcat accepts
this tld file.

This tld location should be invalid.

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