https://bz.apache.org/bugzilla/show_bug.cgi?id=58143

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

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

--- Comment #3 from Mark Thomas <ma...@apache.org> ---
I don't think we can fix this.

The TomcatLoadTimeWeaver could be configured slightly earlier (in an SCI) but
that is the earliest specification defined hook that could be used. This still
isn't early enough to catch everything since any classes defined in a
HandlesType for an SCI will already have been loaded by this point.

Anything earlier requires Tomcat specific configuration at which point you
might as well use the TomcatInstrumentableClassLoader and configure it in a
META-INF/context.xml.

I'll bring this to the attention of the Spring folks via $dayjob to see if they
can come up with anything better.

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