No timeouts are set for HTTP wsdl retrieval -------------------------------------------
Key: CXF-2497 URL: https://issues.apache.org/jira/browse/CXF-2497 Project: CXF Issue Type: Bug Affects Versions: 2.2.4 Reporter: Daniel Kulp Assignee: Daniel Kulp Fix For: 2.2.5 In URIResolver, no timeout is set on the HttpURLConnection. Thus, if the connection used to retrieve wsdls/schemas "hangs", the application is frozen for ever. Two fixes should be done: 1) Use the http conduit for all stuff if at all possible. We currently use the conduit for https only, but these should be applicable to http as well. 2) In the rare case an http conduit is not avail, set some default timeout on the stuff in URIResolver to prevent the hang. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.