Bug 50629 - Make the bindThread/unbindThread method protected
Summary: Make the bindThread/unbindThread method protected
Status: RESOLVED FIXED
Alias: None
Product: Tomcat 7
Classification: Unclassified
Component: Catalina (show other bugs)
Version: trunk
Hardware: PC Windows XP
: P2 enhancement (vote)
Target Milestone: ---
Assignee: Tomcat Developers Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-01-21 07:23 UTC by Ivan
Modified: 2011-01-21 08:17 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.