temporary fix for unit test

This commit is contained in:
Greg Wilkins 2017-09-26 16:41:41 +10:00
parent a7891b2f52
commit c2b7177628
1 changed files with 2 additions and 1 deletions

View File

@ -40,6 +40,7 @@ import java.util.regex.Pattern;
import javax.net.ssl.HttpsURLConnection;
import javax.net.ssl.SSLContext;
import javax.net.ssl.SSLException;
import javax.net.ssl.SSLSession;
import javax.net.ssl.TrustManagerFactory;
import javax.servlet.ServletException;
@ -122,7 +123,7 @@ public class SelectChannelServerSslTest extends HttpServerTestBase
{
super.testFullHeader();
}
catch (SocketException e)
catch (SocketException|SSLException e)
{
Log.getLogger(SslConnection.class).warn("Close overtook 400 response");
}