Author: toad
Date: 2007-02-14 19:55:01 +0000 (Wed, 14 Feb 2007)
New Revision: 11790

Modified:
   trunk/freenet/src/freenet/client/DefaultMIMETypes.java
Log:
Add binary/zip-compressed (we need aliases)

Modified: trunk/freenet/src/freenet/client/DefaultMIMETypes.java
===================================================================
--- trunk/freenet/src/freenet/client/DefaultMIMETypes.java      2007-02-14 
19:46:40 UTC (rev 11789)
+++ trunk/freenet/src/freenet/client/DefaultMIMETypes.java      2007-02-14 
19:55:01 UTC (rev 11790)
@@ -738,6 +738,7 @@
                addMIMEType((short)610, "video/x-sgi-movie", "movie");
                addMIMEType((short)611, "x-conference/x-cooltalk", "ice");
                addMIMEType((short)612, "x-world/x-vrml", "vrm vrml wrl", 
"vrml");
+               addMIMEType((short)613, "binary/zip-compressed", "zip");
        }

        /** Guess a MIME type from a filename.


Reply via email to