Closed
Bug 271846
Opened 20 years ago
Closed 20 years ago
Firefox handles a .htm file with php-like "?options" suffix as download.
Categories
(Firefox :: File Handling, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: milouny, Assigned: bugs)
References
()
Details
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.5) Gecko/20041115 Firefox/1.0 (Ubuntu) (Ubuntu package 1.0-2ubuntu2) Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.5) Gecko/20041115 Firefox/1.0 (Ubuntu) (Ubuntu package 1.0-2ubuntu2) When clicking the link at the bottom left of http://www.vpro.nl/wetenschap/index.shtml?3626936+2848322+2897441+3502225 (the lowest link), firefox asks how to open this file. It's just a html file! I first thought it's because of the .htm?blabla file suffix, but http://atlas.et.tudelft.nl/1200348/pub/bugs/test.htm?blah opens just fine. Is it because the server www.vpro.nl gives a wrong MIME header? Should this be fixed in firefox? Reproducible: Always Steps to Reproduce: 1. open http://www.vpro.nl/wetenschap/index.shtml?3626936+2848322+2897441+3502225 2. click the bottom left results 3. see the "open with" window. Actual Results: Firefox gives an "open with" window. Expected Results: Firefox should immediately display the file on-line.
Comment 1•20 years ago
|
||
HTTP request sent, awaiting response... 1 HTTP/1.0 200 OK 2 Date: Fri, 26 Nov 2004 17:11:17 GMT 3 Server: Orion/1.5.4 4 Content-Length: 18475 5 Content-Type: text/html 6 Set-Cookie: MMBase_Ident=1101489078475; path=/; domain=.vpro.nl; expires=Sund ay, 09-Dec-2020 23:59:59 GMT 7 Content-Disposition: attachment; filename="transcript1.htm" 8 Last-Modified: Fri, 26 Nov 2004 17:11:18 GMT 9 Date: Fri, 26 Nov 2004 17:11:18 GMT 10 X-Cache: MISS from www.vpro.nl 11 Connection: keep-alive see Header 7 : this works as expected, the server asks Mozilla that this document should be saved instead of be handled by the client -> invalid
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → INVALID
Summary: Firefox handles a .htm file with php-like "?options" suffix as download. → Firefox handles a .htm file with php-like "?options" suffix as download.
You need to log in
before you can comment on or make changes to this bug.
Description
•