< prev index next >

test/java/net/httpclient/RequestBodyTest.java

Print this page

        

*** 21,34 **** * questions. */ /** * @test @bug 8087112 ! * @library /lib/testlibrary/ ! * @build jdk.testlibrary.SimpleSSLContext ProxyServer * @compile ../../../com/sun/net/httpserver/LogFilter.java * @compile ../../../com/sun/net/httpserver/FileServerHandler.java * @run main/othervm RequestBodyTest */ import java.io.IOException; import java.net.URI; --- 21,35 ---- * questions. */ /** * @test @bug 8087112 ! * @library /lib/testlibrary/ / * @compile ../../../com/sun/net/httpserver/LogFilter.java * @compile ../../../com/sun/net/httpserver/FileServerHandler.java + * @build LightWeightHttpServer + * @build jdk.testlibrary.SimpleSSLContext ProxyServer * @run main/othervm RequestBodyTest */ import java.io.IOException; import java.net.URI;
< prev index next >