On Thu, 13 Jan 2022 12:10:11 GMT, Michael McMahon wrote:
> Hi,
>
> This change adds Channel Binding Token (CBT) support to HTTPS
> (java.net.HttpsURLConnection) when used with the Negotiate (SPNEGO, Kerberos)
> authentication scheme. When enabled, the implementation preemptively includes
> a
On Sat, 15 Jan 2022 00:44:08 GMT, Weijun Wang wrote:
>> It's actually a purely system property rather than a Net property at the
>> moment (same as the other spnego ones). Maybe, I should convert them all to
>> net properties, so they can be documented/set in that file?
>
> This system property
Hi,
Could you please review this patch. This patch fixes the regression caused by
LDAP fixes in JDK11, JDK8u181, JDK7u191
Webrev: http://cr.openjdk.java.net/~pkoppula/8211107/webrev.01/
Issue: https://bugs.openjdk.java.net/browse/JDK-8211107
Thanks,
Prasad.K