jdk/test/java/net/Socks/SocksIPv6Test.java
changeset 38883 d5de564f8089
parent 22276 7fc4c8b08e49
equal deleted inserted replaced
38882:efb06b82374b 38883:d5de564f8089
     1 /*
     1 /*
     2  * Copyright (c) 2013, 2014, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2013, 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.
    21  * questions.
    21  * questions.
    22  */
    22  */
    23 
    23 
    24 /* @test
    24 /* @test
    25  * @bug 7100957
    25  * @bug 7100957
       
    26  * @modules jdk.httpserver
    26  * @summary Java doesn't correctly handle the SOCKS protocol when used over IPv6.
    27  * @summary Java doesn't correctly handle the SOCKS protocol when used over IPv6.
    27  * @run testng SocksIPv6Test
    28  * @run testng SocksIPv6Test
    28  */
    29  */
    29 
    30 
    30 import java.io.BufferedReader;
    31 import java.io.BufferedReader;