RFR: 8280161: com/sun/net/httpserver/simpleserver/jwebserver/MaxRequestTimeTest.java fails with SSLException
Julia Boes
jboes at openjdk.java.net
Wed Jan 19 17:07:43 UTC 2022
Small test-only fix that generalizes the expected exception type from SSLHandshakeException to SSLException (a super class of the former).
Testing: tier 1-3 and repeated runs of test in question all clear
-------------
Commit messages:
- initial commit
Changes: https://git.openjdk.java.net/jdk/pull/7144/files
Webrev: https://webrevs.openjdk.java.net/?repo=jdk&pr=7144&range=00
Issue: https://bugs.openjdk.java.net/browse/JDK-8280161
Stats: 4 lines in 1 file changed: 0 ins; 0 del; 4 mod
Patch: https://git.openjdk.java.net/jdk/pull/7144.diff
Fetch: git fetch https://git.openjdk.java.net/jdk pull/7144/head:pull/7144
PR: https://git.openjdk.java.net/jdk/pull/7144
More information about the net-dev
mailing list