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

Michael McMahon michaelm at openjdk.java.net
Thu Jan 27 18:05:27 UTC 2022


On Thu, 27 Jan 2022 16:47:52 GMT, Daniel Fuchs <dfuchs at openjdk.org> wrote:

>> 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.
>
> Thanks. Then it would be better to catch only `SocketException` here rather than `Exception`.

I'll make it catch `IOException`

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

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


More information about the core-libs-dev mailing list