Author: toad
Date: 2008-12-11 23:31:18 +0000 (Thu, 11 Dec 2008)
New Revision: 24217
Modified:
trunk/freenet/src/freenet/clients/http/FProxyToadlet.java
Log:
Doh
Modified: trunk/freenet/src/freenet/clients/http/FProxyToadlet.java
===================================================================
--- trunk/freenet/src/freenet/clients/http/FProxyToadlet.java 2008-12-11
23:27:42 UTC (rev 24216)
+++ trunk/freenet/src/freenet/clients/http/FProxyToadlet.java 2008-12-11
23:31:18 UTC (rev 24217)
@@ -482,7 +482,6 @@
HTMLNode optionForm =
option.addChild("form", new String[] { "action", "method" }, new String[] {'/'
+ key.toString(), "get" });
optionForm.addChild("input", new
String[] { "type", "name", "value" }, new String[] { "hidden", "max-size",
String.valueOf(e.expectedSize == -1 ? Long.MAX_VALUE : e.expectedSize*2) });
optionForm.addChild("input", new
String[] { "type", "name", "value" }, new String[] { "submit", "fetch",
l10n("fetchLargeFileAnywayAndDisplay") });
- optionList.addChild("li").addChild("a",
new String[] { "href", "title" }, new String[] { "/", "FProxy home page" },
l10n("abortToHomepage"));
option = optionList.addChild("li");
optionForm = ctx.addFormChild(option,
"/queue/", "tooBigQueueForm");
optionForm.addChild("input", new
String[] { "type", "name", "value" }, new String[] { "hidden", "key",
key.toString() });
_______________________________________________
cvs mailing list
[email protected]
http://emu.freenetproject.org/cgi-bin/mailman/listinfo/cvs