JDK-8246031 : SSLSocket.getSession() doesn't close connection for timeout/ interrupts
Type:Bug
Component:security-libs
Sub-Component:javax.net.ssl
Affected Version:8u261,11.0.8,15
Priority:P3
Status:Resolved
Resolution:Fixed
Submitted:2020-05-28
Updated:2024-11-13
Resolved:2020-06-11
The Version table provides details related to the release that this issue/RFE will be addressed.
Unresolved : Release in which this issue/RFE will be addressed. Resolved: Release in which this issue/RFE has been resolved. Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.
Review is out, https://mail.openjdk.java.net/pipermail/security-dev/2020-June/021986.html
05-06-2020
Issue is due JDK-8239798/JDK-8239788 fix. For SSLSocket:getSession, connection is in open state for timeout/interrupts exception but due to comparability reason, it should be closed.