< prev index next >

test/sun/net/www/protocol/https/HttpsURLConnection/B6226610.java

Print this page

        

*** 22,33 **** */ /* * @test * @bug 6226610 6973030 - * @run main/othervm B6226610 * @summary HTTP tunnel connections send user headers to proxy */ /* This class includes a proxy server that processes the HTTP CONNECT request, * and validates that the request does not have the user defined header in it. * The proxy server always returns 400 Bad Request so that the Http client --- 22,34 ---- */ /* * @test * @bug 6226610 6973030 * @summary HTTP tunnel connections send user headers to proxy + * @modules java.base/sun.net.www + * @run main/othervm B6226610 */ /* This class includes a proxy server that processes the HTTP CONNECT request, * and validates that the request does not have the user defined header in it. * The proxy server always returns 400 Bad Request so that the Http client
< prev index next >