Author: toad
Date: 2009-01-21 14:35:14 +0000 (Wed, 21 Jan 2009)
New Revision: 25188
Modified:
trunk/freenet/src/freenet/clients/http/DarknetConnectionsToadlet.java
Log:
Fix a merge problem here - in one commit, we had this duplicated code,
apparently it didn't get removed for some reason by the merging process.
Modified: trunk/freenet/src/freenet/clients/http/DarknetConnectionsToadlet.java
===================================================================
--- trunk/freenet/src/freenet/clients/http/DarknetConnectionsToadlet.java
2009-01-21 14:33:22 UTC (rev 25187)
+++ trunk/freenet/src/freenet/clients/http/DarknetConnectionsToadlet.java
2009-01-21 14:35:14 UTC (rev 25188)
@@ -214,9 +214,6 @@
}
}
redirectHere(ctx);
- MultiValueTable<String, String> headers = new
MultiValueTable<String, String>();
- headers.put("Location", container.fixLink("/friends/"));
- ctx.sendReplyHeaders(302, "Found", headers, null, 0);
return;
} else if (request.isPartSet("doAction") &&
request.getPartAsString("action",25).equals("set_burst_only")) {
//int hashcode =
Integer.decode(request.getParam("node")).intValue();
_______________________________________________
cvs mailing list
[email protected]
http://emu.freenetproject.org/cgi-bin/mailman/listinfo/cvs