You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by te...@apache.org on 2007/07/30 16:10:17 UTC

svn commit: r560990 - /harmony/enhanced/classlib/trunk/support/src/test/java/tests/support/Support_HttpServer.java

Author: tellison
Date: Mon Jul 30 07:10:16 2007
New Revision: 560990

URL: http://svn.apache.org/viewvc?view=rev&rev=560990
Log:
Fix for HARMONY-4566 ([classlib] [support] Some commented-out code in the support module needs removing)

Modified:
    harmony/enhanced/classlib/trunk/support/src/test/java/tests/support/Support_HttpServer.java

Modified: harmony/enhanced/classlib/trunk/support/src/test/java/tests/support/Support_HttpServer.java
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/trunk/support/src/test/java/tests/support/Support_HttpServer.java?view=diff&rev=560990&r1=560989&r2=560990
==============================================================================
--- harmony/enhanced/classlib/trunk/support/src/test/java/tests/support/Support_HttpServer.java (original)
+++ harmony/enhanced/classlib/trunk/support/src/test/java/tests/support/Support_HttpServer.java Mon Jul 30 07:10:16 2007
@@ -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");