- From: Bjoern Hoehrmann <derhoermi@gmx.net>
- Date: Thu, 22 Jan 2009 05:45:03 +0100
- To: Larry Masinter <masinter@adobe.com>
- Cc: <public-pkg-uri-scheme@w3.org>, <public-webapps@w3.org>
* Larry Masinter wrote: >This is important, because the difficulties experienced with >MIME type assignment are mainly ones of configuration, not >software capability. There were some earlier versions of Apache >that would serve unknown file extensions as text/plain instead >of application/octet-stream, but that was a configuration error. Actually the main difficulty I myself experience in this area is that I do not know what MIME type to use for the vast majority of file types on my hard drive. Much more so if I only want to use registered types. None for .ttf, .tar, .7z, .avi, .pl, .svg, .tex, .cmd, .idl, .x3d, .bz2, .bmp and so on and on, and that's only files I've already made available over HTTP on one accasion or another. Apache by the way as of 2.2.11 still uses text/plain as DefaultType; so far all they did was adding a configuration option so you may turn that off if you have access to the server configuration and a recent version of it. See https://issues.apache.org/bugzilla/show_bug.cgi?id=13986 for details. You may be saying of course that all Apache users are supposed to change the DefaultType default to application/octet-stream. -- Björn Höhrmann · mailto:bjoern@hoehrmann.de · http://bjoern.hoehrmann.de Am Badedeich 7 · Telefon: +49(0)160/4415681 · http://www.bjoernsworld.de 25899 Dagebüll · PGP Pub. KeyID: 0xA4357E78 · http://www.websitedev.de/
Received on Thursday, 22 January 2009 04:45:48 UTC