[freenet-dev] [freenet-cvs] r11437 - trunk/freenet/src/freenet/clients/http

freenetwork at web.de freenetwork at web.de
Sat Dec 16 18:21:19 UTC 2006


calling http://127.0.0.1:8888/ results in 



Not supported
Your browser sent a request that Freenet could not understand.


what the ???!!!




>Author: nextgens
>Date: 2006-12-16 15:08:11 +0000 (Sat, 16 Dec 2006)
>New Revision: 11437

>Modified:
>   trunk/freenet/src/freenet/clients/http/FProxyToadlet.java
>Log:
>HTMLEncode some comments in javadoc


>Modified: trunk/freenet/src/freenet/clients/http/FProxyToadlet.java
>===================================================================
>--- trunk/freenet/src/freenet/clients/http/FProxyToadlet.java	2006-12-16 15:00:59 UTC (rev 11436)
>+++ trunk/freenet/src/freenet/clients/http/FProxyToadlet.java	2006-12-16 15:08:11 UTC (rev 11437)
>@@ -218,10 +218,10 @@
> 		/**
> 		 * Look for any of the following strings:
> 		 * <rss
>-		 * <feed
>-		 * <rdf:RDF
>+		 * &lt;feed
>+		 * &lt;rdf:RDF
> 		 * 
>-		 * If they start at the beginning of the file, or are preceded by one or more <! or <? tags,
>+		 * If they start at the beginning of the file, or are preceded by one or more &lt;! or &lt;? tags,
> 		 * then firefox will read it as RSS. In which case we must force it to be downloaded to disk. 
> 		 */
> 		if(checkForString(buf, "<rss")) return true;

>_______________________________________________
>cvs mailing list
>cvs at freenetproject.org
>http://emu.freenetproject.org/cgi-bin/mailman/listinfo/cvs






More information about the Devl mailing list