Jetty startup is not threadsafe ------------------------------- Key: CXF-3695 URL: https://issues.apache.org/jira/browse/CXF-3695 Project: CXF Issue Type: Bug Components: Transports Affects Versions: 2.4.1 Reporter: Daniel Kulp Assignee: Daniel Kulp Fix For: 2.4.2
If several threads try to start a service on the same port at the same time, the Jetty engine may end up creating several JettyHTTPServerEngine's for the same port, but only one will activate. -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira