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

--- Comment #3 from Sylvain Laurent <sylvain.laur...@gmail.com> 2010-12-12 
16:55:34 EST ---
I found another place where the same type of leak might occur : in
ProxyDirContext (in tc7, I dod not check with tc6), there is 

    protected static final NameNotFoundException NOT_FOUND_EXCEPTION =
        new ImmutableNameNotFoundException();

In this case the stack does not contain webapp code, so there's no leak of
webapp classloader.
But there can be a leak of tomcat's classloader if it is embedded...

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