Closed
Bug 233660
Opened 21 years ago
Closed 21 years ago
Compressed tar files automatically decompressed while downloading
Categories
(Toolkit :: Downloads API, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: arun, Assigned: bugs)
Details
User-Agent:
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6) Gecko/20040207 Firefox/0.8
I've tried downloading 2 compressed tar files - one a tar.bz2 and one a tar.gz.
Both of these get stored in the decompressed form.
For example firefox-0.8.tar.gz would be stored to the file firefox-0.8.tar.gz,
but it would be "tar" file, not a gzipped tar.
Reproducible: Always
Steps to Reproduce:
1. Download a compressed tar file
2. Try decompressing the file
Actual Results:
"tar zxvf <filename>" and "tar jxvf" will fail complaining about the file not
being a valid gzip/bzip2 file
Expected Results:
Should have stored a properly compressed file.
| Reporter | ||
Updated•21 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 21 years ago
Resolution: --- → INVALID
Updated•17 years ago
|
Product: Firefox → Toolkit
You need to log in
before you can comment on or make changes to this bug.
Description
•