users@grizzly.java.net

Connection close during SSL handshake could cause hang

From: Bo Li <bo.l.li_at_oracle.com>
Date: Wed, 14 Apr 2010 15:37:50 -0500

Hi Alexey

I found a case where if the connection was closed during a SSL handshake
on the client side, the completion handler passed into
SSLFilter.handshake is never notified of the failure. This caused our
app to hang during testing. Please see the attached patch for a proposed
fix. Let me know what you think.

Thanks!
Bo