Index: src/test/java/tests/support/Support_HttpServer.java =================================================================== --- src/test/java/tests/support/Support_HttpServer.java (revision 560166) +++ src/test/java/tests/support/Support_HttpServer.java (working copy) @@ -394,7 +394,6 @@ OutputStream os = socket.getOutputStream(); if (!proxy) { print(os, "HTTP/1.1 " + 305 + " Use Proxy\r\n"); - // print(os, "Location: http://intl2000.ott.oti.com\r\n"); print(os, "Location: http://localhost:" + (port + 1) + "/otherTest.html\r\n"); print(os, "Content-Length: 9\r\n");