Author: toad
Date: 2009-01-17 18:21:24 +0000 (Sat, 17 Jan 2009)
New Revision: 25109

Modified:
   trunk/freenet/src/freenet/clients/http/SimpleToadletServer.java
Log:
Fix another double-fixLink


Modified: trunk/freenet/src/freenet/clients/http/SimpleToadletServer.java
===================================================================
--- trunk/freenet/src/freenet/clients/http/SimpleToadletServer.java     
2009-01-17 18:18:14 UTC (rev 25108)
+++ trunk/freenet/src/freenet/clients/http/SimpleToadletServer.java     
2009-01-17 18:21:24 UTC (rev 25109)
@@ -650,7 +650,7 @@
                        
if(!(path.startsWith(FirstTimeWizardToadlet.TOADLET_URL) ||
                                path.startsWith(StaticToadlet.ROOT_URL)))
                                try {
-                                       throw new 
PermanentRedirectException(fixLink(new 
URI(FirstTimeWizardToadlet.TOADLET_URL)));
+                                       throw new 
PermanentRedirectException(new URI(FirstTimeWizardToadlet.TOADLET_URL));
                                } catch(URISyntaxException e) { throw new 
Error(e); }
                                
                        }

_______________________________________________
cvs mailing list
[email protected]
http://emu.freenetproject.org/cgi-bin/mailman/listinfo/cvs

Reply via email to