temporary fix for unit test
This commit is contained in:
parent
a7891b2f52
commit
c2b7177628
|
@ -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");
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue