Don't trigger a NullPointerException when the SSL handshake fails with the HTTP-APR connector.
Patch provided by Mike Glazer.
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@
1096244 13f79535-47bb-0310-9956-
ffa450edef68
// Close socket and pool
destroySocket(socket.getSocket().longValue());
socket = null;
+ return;
}
// Process the request from this socket
Handler.SocketState state = handler.process(socket);
calculating connection and keep-alive timeouts for the HTTP BIO
connector. (markt)
</fix>
+ <fix>
+ <bug>51095</bug>: Don't trigger a NullPointerException when the SSL
+ handshake fails with the HTTP-APR connector. Patch provided by Mike
+ Glazer. (markt)
+ </fix>
</changelog>
</subsection>
<subsection name="Jasper">