[jdk11u-dev] RFR: 8279842: HTTPS Channel Binding support for Java GSS/Kerberos
Martin Doerr
mdoerr at openjdk.java.net
Fri Apr 29 11:49:27 UTC 2022
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
-------------
Commit messages:
- Backport d67ca11f470b9f458b60f0e4198f4ac5dc3270c4
Changes: https://git.openjdk.java.net/jdk11u-dev/pull/1065/files
Webrev: https://webrevs.openjdk.java.net/?repo=jdk11u-dev&pr=1065&range=00
Issue: https://bugs.openjdk.java.net/browse/JDK-8279842
Stats: 873 lines in 13 files changed: 711 ins; 146 del; 16 mod
Patch: https://git.openjdk.java.net/jdk11u-dev/pull/1065.diff
Fetch: git fetch https://git.openjdk.java.net/jdk11u-dev pull/1065/head:pull/1065
PR: https://git.openjdk.java.net/jdk11u-dev/pull/1065
More information about the jdk-updates-dev
mailing list