JDK-7025227 : SSLSocketImpl does not close the TCP layer socket if a close notify cannot be sent to the peer
  • Type: Bug
  • Component: security-libs
  • Sub-Component: javax.net.ssl
  • Affected Version:
    solaris_10u9,5.0u28,6u13,6u15,6u16,6u17,6u20,6u22 solaris_10u9,5.0u28,6u13,6u15,6u16,6u17,6u20,6u22
  • Priority: P2
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic,solaris_9,solaris_10
  • CPU: generic,x86,sparc
  • Submitted: 2011-03-07
  • Updated: 2011-08-02
  • Resolved: 2011-04-20
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.

To download the current JDK release, click here.
Other JDK 6 JDK 7
5.0u31Fixed 6u25-rev b21Fixed 7Fixed
Related Reports
Duplicate :  
Duplicate :  
Duplicate :  
Duplicate :  
Duplicate :  
Relates :  
Relates :  
Relates :  
Description
SSLSocketImpl does not appear to close the TCP layer
socket if a close notify cannot be sent to the peer.

Comments
EVALUATION Need to catch the exception during sending close_notify message, and close the underlying socket in a final block.
08-03-2011