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

--- Comment #6 from david jencks <djen...@apache.org> 2010-01-16 00:28:28 UTC 
---
IIRC there were two objections to the patch on the dev list:
1. it doesn't cover all uses of Class.forName()
2. it uses the per-web-app InstanceManager to create the system listeners for a
web app rather than a system-wide object
and it was suggested that injecting a system-wide classloader for reflective
class loading would be a good solution.

I'm willing to work on solving (1) and (2) through something like a system-wide
instance manager, but not through direct use of a classloader.  If the
developers insist on a classloader I'd suggest closing this as "wont' fix"

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