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 2013/08/12 04:12:53 UTC

[Bug 55246] Delegate TLD processing for listeners to the JSP engine

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

Jeremy Boynes <jb...@apache.org> changed:

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

--- Comment #1 from Jeremy Boynes <jb...@apache.org> ---
This has been fixed in trunk and will be included in 8.0.x
http://svn.apache.org/r1512826
http://svn.apache.org/r1513028

TLD scanning has been consolidated into a ServletContainerInitializer provided
by Jasper that uses the ServletContext to dynamically register listeners. As a
result, the application and its JARs are scanned once rather than twice (by
Catalina's TldConfig and Jasper's TldLocationsCache).

-- 
You are receiving this mail because:
You are the assignee for the bug.

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