Re: DispatchData in ApplicationContext causes ClassLoader leak

2008-03-04 Thread Jim Manico
Remy, I think it would serve you to review the proposed Apache code of conduct at http://wiki.apache.org/incubator/CodeOfConduct *Motto* *Core Value* * Put community before code. * * collaboration * Let they that do the work make the decisions. self-determina

Re: DispatchData in ApplicationContext causes ClassLoader leak

2008-03-04 Thread Remy Maucherat
On Tue, 2008-03-04 at 12:45 +0100, Remy Maucherat wrote: > On Tue, 2008-03-04 at 12:32 +0200, Arto Huusko wrote: > > The DispatchData subclass in org.apache.cataline.core.ApplicationContext > > causes ClassLoader leak, when a web application is undeployed. > > And so you feel your bug is important

Re: DispatchData in ApplicationContext causes ClassLoader leak

2008-03-04 Thread Remy Maucherat
On Tue, 2008-03-04 at 12:32 +0200, Arto Huusko wrote: > The DispatchData subclass in org.apache.cataline.core.ApplicationContext > causes ClassLoader leak, when a web application is undeployed. And so you feel your bug is important enough to spam about it ? Rémy ---

DispatchData in ApplicationContext causes ClassLoader leak

2008-03-04 Thread Arto Huusko
The DispatchData subclass in org.apache.cataline.core.ApplicationContext causes ClassLoader leak, when a web application is undeployed. When a URI belonging to the web application is accessed, a reference to the ApplicationContext object is made through the DispatchData instance, and the DispatchD