RFR: 8279842: HTTPS Channel Binding support for Java GSS/Kerberos
Daniel Fuchs
dfuchs at openjdk.java.net
Mon Jan 17 13:47:26 UTC 2022
On Sat, 15 Jan 2022 00:49:05 GMT, Weijun Wang <weijun at openjdk.org> wrote:
>> Argh - you're right I missed the fact that the 3 expressions where included in parenthesis. I read it as
>>
>> ! (s.equals("always")) || ...
>
> 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.
-------------
PR: https://git.openjdk.java.net/jdk/pull/7065
More information about the core-libs-dev
mailing list