jdk/test/java/net/httpclient/SmokeTest.java
changeset 45535 4b19310ae4ee
parent 44854 5a486e0acd29
child 45708 3512073b446f
equal deleted inserted replaced
45534:f0b3d467215e 45535:4b19310ae4ee
     1 /*
     1 /*
     2  * Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2015, 2017, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.
     7  * published by the Free Software Foundation.
    26  * @bug 8087112
    26  * @bug 8087112
    27  * @modules jdk.incubator.httpclient
    27  * @modules jdk.incubator.httpclient
    28  *          java.logging
    28  *          java.logging
    29  *          jdk.httpserver
    29  *          jdk.httpserver
    30  * @library /lib/testlibrary/ /
    30  * @library /lib/testlibrary/ /
    31  * @build jdk.testlibrary.SimpleSSLContext ProxyServer EchoHandler
    31  * @build jdk.testlibrary.SimpleSSLContext ProxyServer
    32  * @compile ../../../com/sun/net/httpserver/LogFilter.java
    32  * @compile ../../../com/sun/net/httpserver/LogFilter.java
       
    33  * @compile ../../../com/sun/net/httpserver/EchoHandler.java
    33  * @compile ../../../com/sun/net/httpserver/FileServerHandler.java
    34  * @compile ../../../com/sun/net/httpserver/FileServerHandler.java
    34  * @run main/othervm -Djdk.httpclient.HttpClient.log=errors,trace SmokeTest
    35  * @run main/othervm -Djdk.httpclient.HttpClient.log=errors,trace SmokeTest
    35  */
    36  */
    36 
    37 
    37 import com.sun.net.httpserver.Headers;
    38 import com.sun.net.httpserver.Headers;