jdk/test/sun/net/www/protocol/http/6550798/test.java
changeset 38557 5c485e1ea6fa
parent 6685 36f070045e17
equal deleted inserted replaced
38556:868af536ce12 38557:5c485e1ea6fa
     1 /*
     1 /*
     2  * Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2010, 2016, 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.
    23 
    23 
    24 /**
    24 /**
    25  * @test
    25  * @test
    26  * @bug 6550798
    26  * @bug 6550798
    27  * @summary Using InputStream.skip with ResponseCache will cause partial data to be cached
    27  * @summary Using InputStream.skip with ResponseCache will cause partial data to be cached
       
    28  * @modules jdk.httpserver
    28  * @run main/othervm test
    29  * @run main/othervm test
    29  */
    30  */
    30 
    31 
    31 import java.net.*;
    32 import java.net.*;
    32 import com.sun.net.httpserver.*;
    33 import com.sun.net.httpserver.*;