https://bz.apache.org/bugzilla/show_bug.cgi?id=58566
Mark Thomas <ma...@apache.org> changed: What |Removed |Added ---------------------------------------------------------------------------- OS| |All --- Comment #3 from Mark Thomas <ma...@apache.org> --- I am not concerned about the potential race condition here. In Tomcat, starting of multiple connectors is always single threaded. In theory, connectors could be started in parallel via the embedded API but even then the likelihood of a race is low and, as it happens, the fix for the method not being present should prevent any crashes if the race occurs. I have a fix for this that enables 1.2.x to work with current 7.0.x trunk. I'll be committing that fix shortly. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org