Merge branch '2.1.x'

pull/15883/head
Brian Clozel 6 years ago
commit 8bcbcf6c27

@ -214,7 +214,8 @@ public class UndertowServletWebServerFactoryTests
.isThrownBy(() -> testRestrictedSSLProtocolsAndCipherSuites( .isThrownBy(() -> testRestrictedSSLProtocolsAndCipherSuites(
new String[] { "TLSv1.2" }, new String[] { "TLSv1.2" },
new String[] { "TLS_EMPTY_RENEGOTIATION_INFO_SCSV" })) new String[] { "TLS_EMPTY_RENEGOTIATION_INFO_SCSV" }))
.isInstanceOfAny(SSLHandshakeException.class, SocketException.class); .isInstanceOfAny(SSLException.class, SSLHandshakeException.class,
SocketException.class);
} }
@Test @Test

Loading…
Cancel
Save