RFR: 8279842: HTTPS Channel Binding support for Java GSS/Kerberos

Michael McMahon michaelm at openjdk.java.net
Wed Jan 19 15:40:36 UTC 2022


On Mon, 17 Jan 2022 13:44:06 GMT, Daniel Fuchs <dfuchs at openjdk.org> wrote:

>> Shall we log a message if the value is not one of the 3 forms?
>
> Usually malformed values are just ignored - and the property takes its default value. But yes - s.n.w.h.HttpClient has a logger so it wouldn't be much effort to log it as a DEBUG trace for better diagnostic.

Yes, I will log it using the same debug/logging mechanism already in the same source file..

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

PR: https://git.openjdk.java.net/jdk/pull/7065


More information about the core-libs-dev mailing list