< prev index next >

test/jdk/java/net/httpclient/http2/ProxyTest2.java

Print this page

        

*** 60,70 **** * @bug 8181422 * @summary Verifies that you can access an HTTP/2 server over HTTPS by * tunnelling through an HTTP/1.1 proxy. * @modules jdk.incubator.httpclient * @library /lib/testlibrary server ! * @modules jdk.incubator.httpclient/jdk.incubator.http.internal.common * jdk.incubator.httpclient/jdk.incubator.http.internal.frame * jdk.incubator.httpclient/jdk.incubator.http.internal.hpack * @build jdk.testlibrary.SimpleSSLContext ProxyTest2 * @run main/othervm ProxyTest2 * @author danielfuchs --- 60,71 ---- * @bug 8181422 * @summary Verifies that you can access an HTTP/2 server over HTTPS by * tunnelling through an HTTP/1.1 proxy. * @modules jdk.incubator.httpclient * @library /lib/testlibrary server ! * @modules java.base/sun.net.www.http ! * jdk.incubator.httpclient/jdk.incubator.http.internal.common * jdk.incubator.httpclient/jdk.incubator.http.internal.frame * jdk.incubator.httpclient/jdk.incubator.http.internal.hpack * @build jdk.testlibrary.SimpleSSLContext ProxyTest2 * @run main/othervm ProxyTest2 * @author danielfuchs
< prev index next >