You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hc.apache.org by "Sergey B. (JIRA)" <ji...@apache.org> on 2013/05/31 20:32:19 UTC

[jira] [Created] (HTTPCLIENT-1362) Confusing message in HttpHostConnectException

Sergey B. created HTTPCLIENT-1362:
-------------------------------------

             Summary: Confusing message in HttpHostConnectException
                 Key: HTTPCLIENT-1362
                 URL: https://issues.apache.org/jira/browse/HTTPCLIENT-1362
             Project: HttpComponents HttpClient
          Issue Type: Bug
          Components: HttpClient
            Reporter: Sergey B.
            Priority: Trivial


TCP connection can fail with two different kind of errors: 'Connection timed' out and 'Connection refused'. When a connection error occurs HttpClient catches SocketException and replaces it with HttpHostConnectException. In addition to exception class it replaces exception message, changing original text with 'Connection to ... refused'. This message is confusing because it looks very much like SocketException 'Connection refused', but in fact it hides original 'Connection timed out'.

Consider using different messages in HttpHostConnectException depending on parent exception.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@hc.apache.org
For additional commands, e-mail: dev-help@hc.apache.org