Time to fix those broken pages
I have a whole bunch of gripes about Internet Explorer, but my personal favourite is the way it will render a document served with a text/plain Content-Type header if it thinks the file might contain HTML. The direct result of this is that people with misconfigured web servers who are serving their HTML with the wrong Content-Type frequently don’t realise, so when users of better behaved browsers such as FireFox visit they get hit in the face with a page of raw source code.
The times they are a-changing. I just spotted this gem in MSDN’s article How to Make Your Web Site Work with Windows XP Service Pack 2:
Q: Does your Web site contain files with file types that do not match their Content-Type and/or file extension?
A: You should correct all of these mismatches. Both the Content-Type and the file extension must match the type of the file for a download prompt to appear. Be sure this is true for your Web pages as well. If the Content-Type is plain/text, then they will not render as HTML.
Of course, the rate at which people upgrade to service pack 2 is likely to be pretty poor but at least new machines will have it installed by default. Hopefully sites serving the wrong Content-Type for their HTML documents will be forced to clean up pretty quickly.
The other issue mentioned in that quotation—forcing the file extension to match the Content-Type—is a little odd from a non-Windows OS point of view but I’m sure there’s a rational reason behind it. At the end of the day, anything that improves Windows security is a good thing for the health of both the Internet and society in general.
plain/text? Coupled with the comment about file extensions, one would almost think MS isn't familiar with content types at all. I'd be tempted to change every .html extension on my site to .exe... that is, if I didn't already have Cool URIs.Peter J. - 30th May 2004 02:31 - #
Eureka! I'd often wondered what was going wrong when a site's source code is displayed in place of a the web-page it describes.
How on earth do these webmasters remain employed?
DarkBlue - 30th May 2004 03:29 - #
What is a correct extension? .asp, .php, .php3, .jsp, ...?
There's thousands an thousands of extensions used for dinamic pages.
There's a lot of not-very-popular-extensions used by not-very-popular-programming-languages.
I think that the use of the extension in a distributed, OS independent plataform (The Web) has no sense.
Joan Fisbein - 31st May 2004 15:03 - #
Joe W. - 31st May 2004 23:29 - #
Alex - 1st June 2004 12:35 - #
...Said the man with no link.
Ah, yes, Alex, let's base a very complicated and open system on the whims of applications created by a corporate power.
That, surely, is the smartest thing to do.
Jeremy Dunck - 1st June 2004 16:28 - #