JDK-8260923 : Add more tests for SSLSocket input/output shutdown
  • Type: Enhancement
  • Component: security-libs
  • Sub-Component: javax.net.ssl
  • Affected Version: 17
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2021-02-02
  • Updated: 2021-07-05
  • Resolved: 2021-04-09
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.
JDK 11 JDK 17 JDK 8
11.0.13-oracleFixed 17 b18Fixed 8u311Fixed
Related Reports
Relates :  
Description
Add more tests in the area of java.net.Socket.shutdownInput() and java.net.Socket.shutdownOutput() with different TLS versions.
Comments
Fix Request (11u) Improves testing and keeps codebases in sync (I see 11.0.13-oracle). Patch applies cleanly, new test cases work on Linux x86_64 fastdebug.
02-07-2021

Changeset: 9bb1863e Author: Abdul Kolarkunnu <akolarkunnu@openjdk.org> Date: 2021-04-09 13:57:58 +0000 URL: https://git.openjdk.java.net/jdk/commit/9bb1863e
09-04-2021