https://issues.apache.org/bugzilla/show_bug.cgi?id=47939

Mark Thomas <ma...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |WONTFIX

--- Comment #1 from Mark Thomas <ma...@apache.org> 2009-11-18 16:40:34 GMT ---
This is caused by trying to reference JARs located in a WEB-INF/lib directory.
The TLD scanning deliberately skips URLs that end /WEB-INF/lib/XXX.jar on the
classpath to avoid re-scanning JARs it has already scanned.

The URLs returned from the WEB-INF/lib scan and the classpath scan are
sufficiently different that I can't see a guaranteed way of determining if the
WEB-INF/lib in question belongs to the current web app or not, especially when
custom DirContext implementations and/or DirContext aliases are used.

The workaround is not to put the JARs in a directory structure that ends
/WEB-INF/lib/. On the basis that the workaround is a reasonable one and that I
can't see a viable way to fix this, I am marking it as WONTFIX.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

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

Reply via email to