commit | 86722cb038d3030c51f3268799a2c3dc0c508638 | [log] [tgz] |
---|---|---|
author | Rahul Yadav <rahul.r.yadav@oracle.com> | Fri Apr 10 10:05:33 2020 +0100 |
committer | Patrick Concannon <pconcannon@openjdk.org> | Fri Apr 10 10:05:33 2020 +0100 |
tree | a781abe2abfbe1455140f455f58100647a03bd3e | |
parent | 502d45955f36a22a6568af547bdecb609d0ceaf6 [diff] |
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