Closed
Bug 47007
Opened 24 years ago
Closed 24 years ago
Non-existent file:///... treated as unknown type
Categories
(Core :: Networking: File, defect, P3)
Tracking
()
People
(Reporter: h.b.furuseth, Assigned: mscott)
References
()
Details
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; SunOS 5.7 sun4u; en-US; m18) Gecko/20000730
BuildID: 2000073010
When I visit a non-existent file: URL, Mozilla thinks I'm opening
a file of unknown type (e.g. text/html for a *.html file) and asks
for an application to view it with.
Reproducible: Always
Steps to Reproduce:
1. Click on the example URL or type Alt-L file:///none.html
Actual Results: A pop-up window says
You are about to download a file of type text/html.
This file is unrecognized by Mozilla.
You can save it or open it with another application.
[More info...] [Save file...] [Pick app...] [Cancel]
Expected Results: A 'no such file' error message, maybe the output from strerror().
BTW, 'This file is unrecognized by Mozilla' should probably
be 'This file TYPE is ...'
Don't know the correct component for this bug.
Maybe "Networking" or "Plug-ins"?
Comment 1•24 years ago
|
||
setting bug status to New Over to Networking. confirmed with 073108 mozilla
win32 M18 bits on NT
Assignee: asa → gagan
Status: UNCONFIRMED → NEW
Component: Browser-General → Networking
Ever confirmed: true
QA Contact: doronr → tever
Comment 2•24 years ago
|
||
Transferring to PC/Windows NT as confirmed by Asa. This is a tier-1
platform and this means the bug will receive more attention.
OS: Solaris → Windows NT
Hardware: Sun → PC
Comment 5•24 years ago
|
||
*** This bug has been marked as a duplicate of 44261 ***
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•