Add option to retry a http request on socket error to http client
-----------------------------------------------------------------

                 Key: CXF-2036
                 URL: https://issues.apache.org/jira/browse/CXF-2036
             Project: CXF
          Issue Type: New Feature
          Components: Transports
    Affects Versions: 2.1.4
            Reporter: Dennis Kieselhorst


See 
http://www.nabble.com/Retry-on-java.net.SocketTimeoutException%3A-Read-timed-out-td21939913.html

The client gets 'java.net.SocketTimeoutException: Read timed out' because the 
remote server is currently busy or 'java.net.SocketException: Connection reset' 
because of a network issue.

A new option in the http client configuration can catch these errors for a 
number of times and only throws the exception, if retry was not successful.

  <http-conf:conduit 
name="{http://apache.org/hello_world_soap_http}SoapPort.http-conduit";>
    <http-conf:client RetryOnSocketError="2" />
  </http-conf:conduit>



-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to