hg: jdk/submit: 8251715: Throw UncheckedIOException in place of InternalError when HttpClient fails due to unavailability of underlying resources required by SSLContext.
patrick.concannon at oracle.com
patrick.concannon at oracle.com
Wed Aug 19 09:30:10 UTC 2020
Changeset: caed36c387e0
Author: ryadav
Date: 2020-08-18 16:44 +0100
URL: https://hg.openjdk.java.net/jdk/submit/rev/caed36c387e0
8251715: Throw UncheckedIOException in place of InternalError when HttpClient fails due to unavailability of underlying resources required by SSLContext.
Summary: This fix updates jdk.internal.net.http.HttpClientImpl to throw an UncheckedIOException instead of InternalError.
Reviewed-by: chegar, dfuchs
! src/java.net.http/share/classes/jdk/internal/net/http/HttpClientImpl.java
+ test/jdk/java/net/httpclient/SSLExceptionTest.java
More information about the jdk-submit-changes
mailing list