jdk/test/java/net/httpclient/RequestBodyTest.java
changeset 41890 ab67b8f4f2fe
parent 38883 d5de564f8089
child 42460 7133f144981a
equal deleted inserted replaced
41889:54d1ff9312ce 41890:ab67b8f4f2fe
    19  * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
    19  * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
    20  * or visit www.oracle.com if you need additional information or have any
    20  * or visit www.oracle.com if you need additional information or have any
    21  * questions.
    21  * questions.
    22  */
    22  */
    23 
    23 
    24 /**
    24 /*
    25  * @test @bug 8087112
    25  * @test @bug 8087112
    26  * @modules java.httpclient
    26  * @modules java.httpclient
       
    27  *          java.logging
    27  *          jdk.httpserver
    28  *          jdk.httpserver
    28  * @library /lib/testlibrary/ /
    29  * @library /lib/testlibrary/ /
    29  * @compile ../../../com/sun/net/httpserver/LogFilter.java
    30  * @compile ../../../com/sun/net/httpserver/LogFilter.java
    30  * @compile ../../../com/sun/net/httpserver/FileServerHandler.java
    31  * @compile ../../../com/sun/net/httpserver/FileServerHandler.java
    31  * @build LightWeightHttpServer
    32  * @build LightWeightHttpServer