Bug 50629

Summary: Make the bindThread/unbindThread method protected
Product: Tomcat 7 Reporter: Ivan <xhhsld>
Component: CatalinaAssignee: Tomcat Developers Mailing List <dev>
Status: RESOLVED FIXED    
Severity: enhancement    
Priority: P2    
Version: trunk   
Target Milestone: ---   
Hardware: PC   
OS: Windows XP   

Description Ivan 2011-01-21 07:23:54 UTC
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 initialization works.
Thanks.
Comment 1 Konstantin Kolinko 2011-01-21 07:40:04 UTC
(In reply to comment #0)
> But the two methods bindThread and unbindThread is marked as private,

Methods of what class? Please, be more specific.
Comment 2 Mark Thomas 2011-01-21 08:17:49 UTC
Assuming it was StandardContext, this has been fixed in 7.0.x and will be included in 7.0.7 onwards.