Uploaded image for project: 'CXF'
  1. CXF
  2. CXF-2497

No timeouts are set for HTTP wsdl retrieval

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 2.2.4
    • 2.2.5
    • None
    • None

    Description

      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.

      Attachments

        Issue Links

          Activity

            People

              dkulp Daniel Kulp
              dkulp Daniel Kulp
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: