[
https://issues.apache.org/jira/browse/CXF-7232?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Benoit Wiart updated CXF-7232:
------------------------------
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()
was:
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.
> Soap Async is incompatible with AutoRedirect=true
> -------------------------------------------------
>
> Key: CXF-7232
> URL: https://issues.apache.org/jira/browse/CXF-7232
> Project: CXF
> Issue Type: Bug
> Components: JAX-WS Runtime, Transports
> Affects Versions: 3.1.9
> Environment: java 8
> Reporter: Benoit Wiart
>
> 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()
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)