RFR: 8279842: HTTPS Channel Binding support for Java GSS/Kerberos
Weijun Wang
weijun at openjdk.java.net
Sat Jan 15 00:52:27 UTC 2022
On Fri, 14 Jan 2022 10:18:50 GMT, Daniel Fuchs <dfuchs at openjdk.org> wrote:
>> This is what was intended (equivalent)
>>
>> `if (s ==null || (s!="always" && s!="never" && !s.startsWith("domain")))`
>
> 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?
-------------
PR: https://git.openjdk.java.net/jdk/pull/7065
More information about the core-libs-dev
mailing list