Thanks, an entry in bugzilla is created,
https://issues.apache.org/bugzilla/show_bug.cgi?id=50629
2011/1/21 Mark Thomas
> On 21/01/2011 01:37, Ivan wrote:
> > Hi,
> > In the latest Tomcat codes, I saw that a new thread is created for
> listener
> > start, filter start and loadOnStartup. But the
On 21/01/2011 01:37, Ivan wrote:
> Hi,
> In the latest Tomcat codes, I saw that a new thread is created for listener
> start, filter start and loadOnStartup. But the two methods bindThread and
> unbindThread is marked as private, how about making those methods protected
> ? So that other containers
Hi,
In the latest Tomcat codes, I saw that a new thread is created for listener
start, filter start and loadOnStartup. But the two methods bindThread and
unbindThread is marked as private, how about making those methods protected
? So that other containers could use those two methods for their own