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

Soap Async is incompatible with AutoRedirect=true

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • 3.1.9
    • None
    • JAX-WS Runtime, Transports
    • None
    • java 8

    • Unknown

    Description

      When using AutoRedirect=true with cxf-rt-transports-http-hc the call is correctly executed asynchronously through httpasyncclient BUT the original thread blocks until the end of the asynchronous execution.

      Switching AutoRedirect to false make the same call fully asynchronous by avoiding work in org.apache.cxf.transport.http.HTTPConduit.WrappedOutputStream.handleRetransmits()

      Attachments

        Activity

          People

            Unassigned Unassigned
            benoitw Benoit Wiart
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: