git: openjdk/mobile: 8239594: jdk.tls.client.protocols is not respected

duke duke at openjdk.java.net
Fri Apr 10 09:10:47 UTC 2020


Changeset: 86722cb0
Author:    Rahul Yadav <rahul.r.yadav at oracle.com>
Committer: Patrick Concannon <pconcannon at openjdk.org>
Date:      2020-04-10 10:05:33 +0000
URL:       https://git.openjdk.java.net/mobile/commit/86722cb0

8239594: jdk.tls.client.protocols is not respected
8239595: ssl context version is not respected

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

! 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 mobile-changes mailing list