On Wed, 26 Jan 2022 16:27:29 GMT, Daniel Fuchs <[email protected]> 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