Author: nextgens
Date: 2006-08-27 19:02:28 +0000 (Sun, 27 Aug 2006)
New Revision: 10287

Modified:
   trunk/freenet/src/freenet/clients/http/WelcomeToadlet.java
Log:
Tweak the wording, maybe we need a bigger warning... Shall the URL be 
HTMLEncoded ?

Modified: trunk/freenet/src/freenet/clients/http/WelcomeToadlet.java
===================================================================
--- trunk/freenet/src/freenet/clients/http/WelcomeToadlet.java  2006-08-27 
18:59:16 UTC (rev 10286)
+++ trunk/freenet/src/freenet/clients/http/WelcomeToadlet.java  2006-08-27 
19:02:28 UTC (rev 10287)
@@ -250,7 +250,7 @@

                        // FIXME: has 
request.getParam(GenericReadFilterCallback.magicHTTPEscapeString) been 
sanityzed ?
                        final String target = 
request.getParam(GenericReadFilterCallback.magicHTTPEscapeString);
-                       externalLinkForm.addChild("#", "Please confirm that you 
want to go to " + target + ". WARNING: You are leaving FREENET! Clicking on 
this link may and WILL comrpomise your anonymity. It is strongly recommended 
not to do so!");
+                       externalLinkForm.addChild("#", "Please confirm that you 
want to go to " + target + ". WARNING: You are leaving FREENET! Clicking on 
this link WILL seriously jeopardize your anonymity!. It is strongly recommended 
not to do so!");
                        externalLinkForm.addChild("br");
                        externalLinkForm.addChild("input", new String[] { 
"type", "name", "value" }, new String[] { "hidden", 
GenericReadFilterCallback.magicHTTPEscapeString, target });
                        externalLinkForm.addChild("input", new String[] { 
"type", "name", "value" }, new String[] { "hidden", "formPassword", 
core.formPassword });


Reply via email to