< prev index next >

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

Print this page
rev 17326 : [mq]: 8181761-2

@@ -37,10 +37,16 @@
  * @summary This test case is written to test the https POST through a proxy.
  *          There is no proxy authentication done. It includes a simple server
  *          that serves http POST method requests in secure channel, and a client
  *          that makes https POST request through a proxy.
  * @library /test/lib
+ * @build jdk.test.lib.Utils
+ *        jdk.test.lib.Asserts
+ *        jdk.test.lib.JDKToolFinder
+ *        jdk.test.lib.JDKToolLauncher
+ *        jdk.test.lib.Platform
+ *        jdk.test.lib.process.*
  * @compile OriginServer.java ProxyTunnelServer.java
  * @run main/othervm PostThruProxy
  */
 public class PostThruProxy {
 
< prev index next >