Closed
Bug 161485
Opened 23 years ago
Closed 23 years ago
Mozilla should not add extension based on mime type when extension already presnet
Categories
(Core Graveyard :: File Handling, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 164816
People
(Reporter: xpoinsard, Assigned: law)
Details
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.0) Gecko/20020623
Debian/1.0.0-0.woody.1
BuildID: 20020623
Mozilla is adding a file extension corresponding to the mime type of a file
regardless the file has already one.
For example, the web server is sending a file named alert.csv with mime type
application/vnd.ms-excel. But mozilla is adding .xls to the file name which
cause Excel to misinterpret it.
I would expect that Mozilla, like IE, keep the file name unchanged but propose
to open it according to the mime type.
Reproducible: Always on windows 2000 and linux
Steps to Reproduce:
1. make a web server generate a file with a mime type whose extension is
different from the file name extension
2. try to save it with mozilla
3.
Actual Results: It will add the extension of the mime type
Expected Results: It leave the file name unchanged but used the mime type to
open it
Comment 1•23 years ago
|
||
..and one more
*** This bug has been marked as a duplicate of 120327 ***
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
Summary: Mozilla should not add extension based on mime type when extension already presnet → Mozilla should not add extension based on mime type when extension already presnet
Comment 2•23 years ago
|
||
marking verified as a duplicate.
if you decide to reopen this bug, please clarify why.
search string for bugspam removal: SalviaGuaranitica
Status: RESOLVED → VERIFIED
Comment 3•23 years ago
|
||
Bug 120327 has been fixed and this bug remains. Reopening.
Status: VERIFIED → UNCONFIRMED
Resolution: DUPLICATE → ---
Updated•23 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
Updated•23 years ago
|
QA Contact: sairuh → petersen
Comment 4•23 years ago
|
||
*** This bug has been marked as a duplicate of 164816 ***
Status: NEW → RESOLVED
Closed: 23 years ago → 23 years ago
Resolution: --- → DUPLICATE
Updated•9 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•