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/07/12 04:12:23 UTC

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

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

            Bug ID: 55246
           Summary: Delegate TLD processing for listeners to the JSP
                    engine
           Product: Tomcat 8
           Version: trunk
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: Catalina
          Assignee: dev@tomcat.apache.org
          Reporter: jboynes@apache.org

Per Servlet 3.1, section 8.3: "Previously, a web container had to scan TLD
resources for any listener declarations. With Servlet 3.0 and later versions,
this responsibility may be delegated to the JSP container."

-- 
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


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

Posted by bu...@apache.org.
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