[
https://issues.apache.org/jira/browse/HTTPCLIENT-1362?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Oleg Kalnichevski resolved HTTPCLIENT-1362.
-------------------------------------------
Resolution: Fixed
Fix Version/s: 4.3 Beta2
I committed a fix for this issue to SVN trunk. Please note the behavior of
4.2.x will remain the same, though.
Please review / test.
Oleg
> 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
> Labels: exception
> Fix For: 4.3 Beta2
>
>
> 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: [email protected]
For additional commands, e-mail: [email protected]