[jdk17] RFR: 8265297: javax/net/ssl/SSLSession/TestEnabledProtocols.java failed with "RuntimeException: java.net.SocketException: Connection reset"
Fernando Guallini
fguallini at openjdk.java.net
Wed Jun 16 14:33:00 UTC 2021
The following test: javax/net/ssl/SSLSession/TestEnabledProtocols.java, is failing intermittently because the client side is expecting a SocketException only if it is wrapped into a SSLException, but it should also expect a SocketException when there is no exception chaining.
-------------
Commit messages:
- SocketException may not be wrapped into SSLException
Changes: https://git.openjdk.java.net/jdk17/pull/80/files
Webrev: https://webrevs.openjdk.java.net/?repo=jdk17&pr=80&range=00
Issue: https://bugs.openjdk.java.net/browse/JDK-8265297
Stats: 8 lines in 1 file changed: 1 ins; 0 del; 7 mod
Patch: https://git.openjdk.java.net/jdk17/pull/80.diff
Fetch: git fetch https://git.openjdk.java.net/jdk17 pull/80/head:pull/80
PR: https://git.openjdk.java.net/jdk17/pull/80
More information about the security-dev
mailing list