test/jdk/java/net/httpclient/EscapedOctetsInURI.java
branchhttp-client-branch
changeset 56771 73a6534bce94
parent 56507 2294c51eae30
child 56795 03ece2518428
--- a/test/jdk/java/net/httpclient/EscapedOctetsInURI.java	Mon Jun 18 09:57:09 2018 +0100
+++ b/test/jdk/java/net/httpclient/EscapedOctetsInURI.java	Tue Jun 19 09:13:58 2018 +0100
@@ -201,7 +201,7 @@
         http2TestServer.addHandler(new HttpASCIIUriStringHandler(), "/http2");
         http2URI = "http://" + http2TestServer.serverAuthority() + "/http2";
 
-        https2TestServer = new Http2TestServer("localhost", true, 0);
+        https2TestServer = new Http2TestServer("localhost", true, sslContext);
         https2TestServer.addHandler(new HttpASCIIUriStringHandler(), "/https2");
         https2URI = "https://" + https2TestServer.serverAuthority() + "/https2";