Closed
Bug 165810
Opened 23 years ago
Closed 23 years ago
spurious extension added when downloading files
Categories
(Core Graveyard :: File Handling, defect)
Tracking
(Not tracked)
VERIFIED
DUPLICATE
of bug 164816
People
(Reporter: pitrou, Assigned: darin.moz)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.1) Gecko/20020826
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.1) Gecko/20020826
When downloading some files, often a spurious extension is added to the filename
provided by the Web server. Most often these are :
- .tar.gz files : a .tar is added (.tar.gz.tar)
- files downloaded via a PHP script : a .php is added to the real filename (e.g.
.gif.php)
I think that, when the filename already has an extension, the browser shouldn't
attempt to add its own. The Web server is supposed to provide the correct filename.
This bug happens really often, so even if it's a misconfiguration problem on the
server side (which I doubt, as other clients handle it properly), it's quite
annoying.
Reproducible: Always
Steps to Reproduce:
1.
2.
3.
![]() |
||
Comment 1•23 years ago
|
||
*** This bug has been marked as a duplicate of 164816 ***
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
Comment 2•23 years ago
|
||
mass-verification of Duplicates.
mail search string for bugspam: SolarFlaresAreTheCause
Status: RESOLVED → VERIFIED
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
•