Closed
Bug 91451
Opened 24 years ago
Closed 24 years ago
empty content type -> dialog w/ ""#1" [#2] from #3"
Categories
(Core :: Networking: HTTP, defect)
Tracking
()
People
(Reporter: stas-bugzilla, Assigned: neeti)
References
()
Details
Attachments
(2 files)
If you try to open a site that returns empty content type (e.g.:
http://www.sputnikdevelopment.net/about_r.php), the download dialog is
displayed. In the dialog it is written:
You have chosen to download a file of type: "#1" [#2] from #3
I guess it is not OK. Ideally, it should try to cope with such a broken site and
display it if the user asks so. But in any case, the #s look pretty weird.
Reporter | ||
Comment 1•24 years ago
|
||
Comment 2•24 years ago
|
||
-> Networking HTTP
OS -> All
Confirming on Linux trunk 2001061806. But why would a server send no content
type? Perhaps we should have a default content type of text/html or text/plain?
In any case, I agree that the given dialog should not be displayed. Here is
the output from the server:
HEAD http://www.sputnikdevelopment.net/about_r.php
200 OK
Connection: close
Date: Thu, 19 Jul 2001 10:31:15 GMT
Server: Apache/1.3.19 (Unix) mod_gzip/1.3.17.2a mod_deflate/1.0.5 PHP/4.0.4pl1
rus/PL30.4
Content-Type:
Client-Date: Thu, 19 Jul 2001 10:31:51 GMT
Client-Peer: 212.82.212.195:80
X-Powered-By: PHP/4.0.4pl1
Assignee: blake → neeti
Status: UNCONFIRMED → NEW
Component: XP Apps: GUI Features → Networking: HTTP
Ever confirmed: true
OS: Linux → All
QA Contact: sairuh → benc
Comment 3•24 years ago
|
||
![]() |
||
Comment 4•24 years ago
|
||
Duplicate of "response with empty content-type opens helper dialog (telocity dsl
modem/router)"
*** This bug has been marked as a duplicate of 83465 ***
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
VERIFIED:
same problem.
Status: RESOLVED → VERIFIED
Summary: When site reurns empty content type, strange dialog is displayed → empty content type -> dialog w/ ""#1" [#2] from #3"
You need to log in
before you can comment on or make changes to this bug.
Description
•