sucky mozilla thing.
Phrases like "Let's keep knowledge of the content-type header out of the loader ok?" are hugely unhelpful in the context of the end-user. It's like saying, "Let's maintain ideological code purity at the expense of the user experience, okay?".
May I refer you to an appropriate Jerkcity cartoon, particularly the final frame.
May I refer you to an appropriate Jerkcity cartoon, particularly the final frame.
no subject
Or if you meant that the attitude shown in that comment reflects an anti-user-friendly attitude, I think the author just meant "that is not the right place to put it", not "this bug should not be fixed".
Nevermind that mime types are a total fuckup in the first place.
no subject
no subject
Mime type usage in http is designed so that for a file to be semantically comprehended by the client that retrieves it, its type must be recognized by both server and client, as opposed to something like ftp, where it only need be recognized by the client.
This is perhaps useful in the case where the "file" being transmitted isn't properly a file--it's CGI output or something, so the client has no way to determine its type correctly--but in the cases where http is being used like ftp, to transmit files, it just adds a useless point of failure--if the server doesn't recognize the file type, it transmits it as text/plain and corrupts it. It introduces misconfiguration errors like the html example that provoked waider. etc. etc.
no subject
Ideally, it'd be nice if the client had something like UNIX's file application to recognize the file and deal with it appropriately.
no subject
no subject
no subject
It's a crying shame (or perhaps an event worth noting) to have to point at Microsoft as an example of how to do it right.