jdk/test/sun/net/www/protocol/https/HttpsURLConnection/B6216082.java
changeset 45186 387a39577f09
parent 44671 d1d011d4654d
child 45467 99c87a16a8e4
equal deleted inserted replaced
45185:da53250edcf0 45186:387a39577f09
    29 /*
    29 /*
    30  * @test
    30  * @test
    31  * @bug 6216082
    31  * @bug 6216082
    32  * @summary  Redirect problem with HttpsURLConnection using a proxy
    32  * @summary  Redirect problem with HttpsURLConnection using a proxy
    33  * @modules java.base/sun.net.www
    33  * @modules java.base/sun.net.www
    34  * @library .. /lib/testlibrary
    34  * @library .. /test/lib
    35  * @build HttpCallback TestHttpsServer ClosedChannelList
    35  * @build HttpCallback TestHttpsServer ClosedChannelList
    36  *        HttpTransaction TunnelProxy jdk.testlibrary.NetworkConfiguration
    36  *        HttpTransaction TunnelProxy
    37  * @key intermittent
    37  * @key intermittent
    38  * @run main/othervm B6216082
    38  * @run main/othervm B6216082
    39  */
    39  */
    40 
    40 
    41 import java.io.*;
    41 import java.io.*;
    42 import java.net.*;
    42 import java.net.*;
    43 import javax.net.ssl.*;
    43 import javax.net.ssl.*;
    44 import java.util.*;
    44 import java.util.*;
    45 
    45 
    46 import jdk.testlibrary.NetworkConfiguration;
    46 import jdk.test.lib.NetworkConfiguration;
    47 
    47 
    48 public class B6216082 {
    48 public class B6216082 {
    49     static SimpleHttpTransaction httpTrans;
    49     static SimpleHttpTransaction httpTrans;
    50     static TestHttpsServer server;
    50     static TestHttpsServer server;
    51     static TunnelProxy proxy;
    51     static TunnelProxy proxy;