[freenet-cvs] r14576 - trunk/freenet/src/freenet/clients/http

toad at freenetproject.org toad at freenetproject.org
Fri Aug 10 12:49:16 UTC 2007


Author: toad
Date: 2007-08-10 12:49:15 +0000 (Fri, 10 Aug 2007)
New Revision: 14576

Modified:
   trunk/freenet/src/freenet/clients/http/QueueToadlet.java
Log:
Fix another not-returning-after-sending-error bug

Modified: trunk/freenet/src/freenet/clients/http/QueueToadlet.java
===================================================================
--- trunk/freenet/src/freenet/clients/http/QueueToadlet.java	2007-08-10 12:39:54 UTC (rev 14575)
+++ trunk/freenet/src/freenet/clients/http/QueueToadlet.java	2007-08-10 12:49:15 UTC (rev 14576)
@@ -106,6 +106,7 @@
 									new String[]{ "id", "message" },
 									new String[]{ identifier, e.getMessage()}
 							));
+					return;
 				}
 				writePermanentRedirect(ctx, "Done", "/queue/");
 				return;




More information about the cvs mailing list