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

Weijun Wang weijun at openjdk.java.net
Wed Jan 26 19:03:40 UTC 2022


On Wed, 26 Jan 2022 16:27:29 GMT, Daniel Fuchs <dfuchs at openjdk.org> wrote:

>> Michael McMahon has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   removed ^M from test
>
> test/jdk/sun/security/krb5/auto/HttpsCB.java line 201:
> 
>> 199:             return reader.readLine().equals(CONTENT);
>> 200:         } catch (Exception e) {
>> 201:             return false;
> 
> Should we log that we have received the excepted exception here? Shouldn't the catch clause only list the exceptions that we are expecting?

It's `java.net.SocketException: Unexpected end of file from server`. Does not include any CBT words so don't know if it's worth parsing.

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

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


More information about the core-libs-dev mailing list