Author: j16sdiz
Date: 2008-10-07 06:09:57 +0000 (Tue, 07 Oct 2008)
New Revision: 22956
Modified:
trunk/freenet/src/freenet/clients/http/SimpleToadletServer.java
Log:
comments
Modified: trunk/freenet/src/freenet/clients/http/SimpleToadletServer.java
===================================================================
--- trunk/freenet/src/freenet/clients/http/SimpleToadletServer.java
2008-10-06 17:05:15 UTC (rev 22955)
+++ trunk/freenet/src/freenet/clients/http/SimpleToadletServer.java
2008-10-07 06:09:57 UTC (rev 22956)
@@ -47,6 +47,11 @@
import freenet.support.api.StringCallback;
import freenet.support.io.ArrayBucketFactory;
+/**
+ * The Toadlet (HTTP) Server
+ *
+ * Provide a HTTP server for FProxy
+ */
public final class SimpleToadletServer implements ToadletContainer, Runnable {
private static class ToadletElement {
@@ -595,6 +600,7 @@
public Toadlet findToadlet(URI uri) throws PermanentRedirectException {
String path = uri.getPath();
+ // Show the wizard until dismissed by the user (See bug #2624)
if(!fproxyHasCompletedWizard) {
if(!(path.startsWith(FirstTimeWizardToadlet.TOADLET_URL) ||
path.startsWith(StaticToadlet.ROOT_URL)))