< prev index next >

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

Print this page

        

@@ -22,15 +22,16 @@
  */
 
 /*
  * @test
  * @bug 6216082
- * @library ..
- * @build HttpCallback TestHttpsServer ClosedChannelList HttpTransaction TunnelProxy
  * @summary  Redirect problem with HttpsURLConnection using a proxy
  *     SunJSSE does not support dynamic system properties, no way to re-use
  *     system properties in samevm/agentvm mode.
+ * @modules java.base/sun.net.www
+ * @library ..
+ * @build HttpCallback TestHttpsServer ClosedChannelList HttpTransaction TunnelProxy
  * @run main/othervm B6216082
  */
 
 import java.io.*;
 import java.net.*;
< prev index next >