https://issues.apache.org/bugzilla/show_bug.cgi?id=51467
Bug #: 51467
Summary: usage of method run instead of start to start a thread
Product: Tomcat 7
Version: trunk
Platform: All
OS/Version: All
Status: NEW
Severity: minor
Priority: P2
Component: Catalina
AssignedTo: [email protected]
ReportedBy: [email protected]
Classification: Unclassified
In StandardContext method Thread#run is used. This is most probably a mistake,
since a few lines below Thread#join is called to wait for the completion of the
thread.
So we could either remove the join and get rid of the thread by using just a
runnable, or start the thread.
--
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: [email protected]
For additional commands, e-mail: [email protected]