Author: nextgens
Date: 2006-04-01 15:37:05 +0000 (Sat, 01 Apr 2006)
New Revision: 8423

Added:
   trunk/freenet/src/freenet/clients/http/staticfiles/favicon.ico
Modified:
   trunk/freenet/src/freenet/clients/http/FproxyToadlet.java
   trunk/freenet/src/freenet/clients/http/staticfiles/themes/clean/theme.css
   trunk/freenet/src/freenet/node/Version.java
Log:
607: We said polishing, didn't we ? it resolves 
https://bugs.freenetproject.org/view.php?id=177

Modified: trunk/freenet/src/freenet/clients/http/FproxyToadlet.java
===================================================================
--- trunk/freenet/src/freenet/clients/http/FproxyToadlet.java   2006-04-01 
14:17:26 UTC (rev 8422)
+++ trunk/freenet/src/freenet/clients/http/FproxyToadlet.java   2006-04-01 
15:37:05 UTC (rev 8423)
@@ -92,6 +92,8 @@
                                // HUH!?!
                        }
                        throw re;
+               }else if(ks.equals("/favicon.ico")){
+                       this.writePermanentRedirect(ctx, "/static/favicon.ico", 
"/static/favicon.ico");
                }

                if(ks.startsWith("/"))

Added: trunk/freenet/src/freenet/clients/http/staticfiles/favicon.ico
===================================================================
(Binary files differ)


Property changes on: 
trunk/freenet/src/freenet/clients/http/staticfiles/favicon.ico
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Modified: 
trunk/freenet/src/freenet/clients/http/staticfiles/themes/clean/theme.css
===================================================================
--- trunk/freenet/src/freenet/clients/http/staticfiles/themes/clean/theme.css   
2006-04-01 14:17:26 UTC (rev 8422)
+++ trunk/freenet/src/freenet/clients/http/staticfiles/themes/clean/theme.css   
2006-04-01 15:37:05 UTC (rev 8423)
@@ -27,6 +27,10 @@
        font-size: 8pt;
 }

+pre#reference {
+               overflow:auto;
+}
+
 table, pre {
        margin: 0 0 5px 0;
        padding: 0;

Modified: trunk/freenet/src/freenet/node/Version.java
===================================================================
--- trunk/freenet/src/freenet/node/Version.java 2006-04-01 14:17:26 UTC (rev 
8422)
+++ trunk/freenet/src/freenet/node/Version.java 2006-04-01 15:37:05 UTC (rev 
8423)
@@ -20,7 +20,7 @@
        public static final String protocolVersion = "1.0";

        /** The build number of the current revision */
-       private static final int buildNumber = 606;
+       private static final int buildNumber = 607;

        /** Oldest build of Fred we will talk to */
        private static final int lastGoodBuild = 591;


Reply via email to