Author: toad
Date: 2009-01-07 21:53:22 +0000 (Wed, 07 Jan 2009)
New Revision: 24971

Modified:
   trunk/freenet/src/freenet/clients/http/SimpleToadletServer.java
Log:
Fix another link


Modified: trunk/freenet/src/freenet/clients/http/SimpleToadletServer.java
===================================================================
--- trunk/freenet/src/freenet/clients/http/SimpleToadletServer.java     
2009-01-07 21:52:10 UTC (rev 24970)
+++ trunk/freenet/src/freenet/clients/http/SimpleToadletServer.java     
2009-01-07 21:53:22 UTC (rev 24971)
@@ -650,7 +650,7 @@
                        
if(!(path.startsWith(FirstTimeWizardToadlet.TOADLET_URL) ||
                                path.startsWith(StaticToadlet.ROOT_URL)))
                                try {
-                                       throw new 
PermanentRedirectException(new URI(FirstTimeWizardToadlet.TOADLET_URL));
+                                       throw new 
PermanentRedirectException(fixLink(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