RFR: 8279842: HTTPS Channel Binding support for Java GSS/Kerberos [v3]
Daniel Fuchs
dfuchs at openjdk.java.net
Fri Jan 21 15:35:43 UTC 2022
On Fri, 21 Jan 2022 15:08:58 GMT, Michael McMahon <michaelm at openjdk.org> wrote:
>> It was being handled elsewhere as "never". But, I agree it would be clearer to normalise it to "never" here.
>
> Sorry, I should have checked back to the source rather than the snippet quoted. The problem is that the logError call is in the wrong place. It should be before line 186. Though some other adjustments are also required
Ah! Yes - I was also bitten again by the negation in the `if` too.
The presence of `logError` in the body of the `if` will make it clearer :-)
-------------
PR: https://git.openjdk.java.net/jdk/pull/7065
More information about the core-libs-dev
mailing list