mirror of
https://github.com/jetty/jetty.project.git
synced 2025-03-04 04:49:12 +00:00
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…
x
Reference in New Issue
Block a user