jdk/test/sun/net/www/protocol/http/UserAgent.java
changeset 30820 0d4717a011d3
parent 5506 202f599c92aa
equal deleted inserted replaced
30819:45d6fd3af6ac 30820:0d4717a011d3
    22  */
    22  */
    23 
    23 
    24 /**
    24 /**
    25  * @test
    25  * @test
    26  * @bug 4512200
    26  * @bug 4512200
       
    27  * @modules java.base/sun.net.www
    27  * @run main/othervm -Dhttp.agent=foo UserAgent
    28  * @run main/othervm -Dhttp.agent=foo UserAgent
    28  * @summary  HTTP header "User-Agent" format incorrect
    29  * @summary  HTTP header "User-Agent" format incorrect
    29  */
    30  */
    30 
    31 
    31 import java.io.*;
    32 import java.io.*;