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

Tag files in different directories not belonging to different tag libraries  

           Summary: Tag files in different directories not belonging to
                    different tag libraries
           Product: Tomcat 5
           Version: Nightly Build
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Critical
          Priority: Other
         Component: Jasper2
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


Tag files located in different directories must belong to different implicit tag
libraries.

However, Jasper currently stores the corresponding tag handlers in the same
directory (<web-app-name>/tagfiles/org/apache/jsp/tagfile/) and assigns them to
the same package.

For example, the tag handlers corresponding to

  /WEB-INF/tags/foo/test.tag and
  /WEB-INF/tags/bar/test.tag

in a web application named "webtest" are both stored in 

  <scratch_dir>/webtest/tagfiles/org/apache/jsp/tagfile/test.java

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to