Review request for bug number: 6354758, aka "rename old test HttpServer classes"

John Zavgren john.zavgren at oracle.com
Wed Sep 5 07:39:08 PDT 2012


Greetings:

Please help to review the fix below for bug 6354758:
http://cr.openjdk.java.net/~chegar/6354758/webrev.00/

I changed the name of the class: ./test/sun/net/www/httptest/HttpServer.java to: ./test/sun/net/www/httptest/TestHttpServer.java,
to eliminate a possible "name space collision". The server in the test code (which is intended to be used ONLY for testing) has the same name as the server that's used as an actual Http Server:
./jdk/src/share/classes/com/sun/net/httpserver/HttpServer.java

Thanks, 
John Zavgren



More information about the net-dev mailing list