RFR: 8237578: JDK-8214339 (SSLSocketImpl wraps SocketException) appears to not be fully fixed
Michael Osipov
github.com+573017+michael-o at openjdk.java.net
Thu Jan 7 21:43:56 UTC 2021
On Wed, 6 Jan 2021 23:56:35 GMT, Xue-Lei Andrew Fan <xuelei at openjdk.org> wrote:
>> This PR aims to revert some more cases where SocketExceptions are improperly being wrapped as SSLException. Some work for this was done in [JDK-8235263](https://bugs.openjdk.java.net/browse/JDK-8235263), but that change did not cover all the cases.
>>
>> As it was mentioned in JDK-8235263, some applications rely on receiving SocketException to decide if the connection should be retried. An example of this would be Apache HTTP client. This PR should ideally fix https://issues.apache.org/jira/browse/HTTPCLIENT-2032
>
> Thank you for take care of this issue. Looks good to me.
Apache HttpComponents PMC here, thanks for the follow up!
-------------
PR: https://git.openjdk.java.net/jdk/pull/1968
More information about the security-dev
mailing list