set for dev
This commit is contained in:
parent
04c2c1b612
commit
3ff228cf9c
|
@ -1,3 +1,5 @@
|
|||
jetty-9.0.8-SNAPSHOT
|
||||
|
||||
jetty-9.0.7.v20131031 - 31 October 2013
|
||||
+ 407716 fixed logs
|
||||
+ 416597 Allow classes and jars on the webappcontext extraclasspath to be
|
||||
|
|
|
@ -37,6 +37,7 @@ import org.eclipse.jetty.util.thread.QueuedThreadPool;
|
|||
import org.junit.After;
|
||||
import org.junit.Before;
|
||||
import org.junit.Test;
|
||||
import org.junit.Ignore;
|
||||
|
||||
import static junit.framework.Assert.fail;
|
||||
import static org.hamcrest.Matchers.instanceOf;
|
||||
|
@ -99,6 +100,7 @@ public class HostnameVerificationTest
|
|||
* @throws Exception
|
||||
*/
|
||||
@Test
|
||||
@Ignore
|
||||
public void simpleGetWithHostnameVerificationEnabledTest() throws Exception
|
||||
{
|
||||
clientSslContextFactory.setEndpointIdentificationAlgorithm("HTTPS");
|
||||
|
@ -132,6 +134,7 @@ public class HostnameVerificationTest
|
|||
* @throws Exception
|
||||
*/
|
||||
@Test
|
||||
@Ignore
|
||||
public void simpleGetWithHostnameVerificationDisabledTest() throws Exception
|
||||
{
|
||||
clientSslContextFactory.setEndpointIdentificationAlgorithm(null);
|
||||
|
@ -153,6 +156,7 @@ public class HostnameVerificationTest
|
|||
* @throws Exception
|
||||
*/
|
||||
@Test
|
||||
@Ignore
|
||||
public void trustAllDisablesHostnameVerificationTest() throws Exception
|
||||
{
|
||||
clientSslContextFactory.setTrustAll(true);
|
||||
|
|
Loading…
Reference in New Issue