hg: jdk/submit: 8239594: jdk.tls.client.protocols is not respected; ...
patrick.concannon at oracle.com
patrick.concannon at oracle.com
Fri Apr 10 09:06:21 UTC 2020
Changeset: 4a39a7ad717f
Author: pconcannon
Date: 2020-04-10 10:05 +0100
URL: https://hg.openjdk.java.net/jdk/submit/rev/4a39a7ad717f
8239594: jdk.tls.client.protocols is not respected
8239595: ssl context version is not respected
Summary: The java.net.HttpClient is updated to no longer override any default selected protocols in the SSLContext, in the absence of any SSLParameters explicitly supplied to the HttpClient.builder.
Reviewed-by: chegar, dfuchs
Contributed-by: Rahul Yadav <rahul.r.yadav at oracle.com>
! src/java.net.http/share/classes/jdk/internal/net/http/HttpClientImpl.java
+ test/jdk/java/net/httpclient/TlsContextTest.java
+ test/jdk/java/net/httpclient/ssltest/TlsVersionTest.java
! test/lib/jdk/test/lib/net/SimpleSSLContext.java
More information about the jdk-submit-changes
mailing list