[jdk11u-dev] RFR: 8279842: HTTPS Channel Binding support for Java GSS/Kerberos

Goetz Lindenmaier goetz at openjdk.java.net
Mon May 9 09:12:50 UTC 2022


On Fri, 29 Apr 2022 11:40:30 GMT, Martin Doerr <mdoerr at openjdk.org> wrote:

> Backport of [JDK-8279842](https://bugs.openjdk.java.net/browse/JDK-8279842) taken from 17u (https://github.com/openjdk/jdk17u-dev/commit/d67ca11f470b9f458b60f0e4198f4ac5dc3270c4).
> 
> Additional changes for 11u:
> 
> - Replacement of `instanceof` patterns (AbstractDelegateHttpsURLConnection.java, HttpsCB.java).
> - Addition of package private `getSSLSession()` to HttpsClient.java taken from JDK-8212261.
> - Test adaptation: `@library` and `@build` statements in HttpsCB.java

Note that JDK-8212261 has a CSR for adding getSSLSession(). But the method used here is not visible, the changes that made the CSR necessary are not included.

-------------

PR: https://git.openjdk.java.net/jdk11u-dev/pull/1065


More information about the jdk-updates-dev mailing list