temporary filenames should handle multiple extensions (.tar.gz)
Bug #78435 reported by
Manuel López-Ibáñez
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Mozilla Thunderbird |
Confirmed
|
Unknown
|
|||
thunderbird (Ubuntu) |
Triaged
|
Low
|
Mozilla Bugs |
Bug Description
Binary package hint: mozilla-thunderbird
When opening a file named foo.bar, the file is downloaded to /tmp. If the file is opened again in a short time, the file is again downloaded to /tmp but renamed foo-1.bar.
If the file has a double extension (for example, opening a foo.tar.gz file with ark), the file is renamed as foo.tar-1.gz and thus ark is not able to open it properly. It should be foo-1.tar.gz instead.
Changed in thunderbird: | |
status: | Unknown → Confirmed |
Changed in mozilla-thunderbird: | |
assignee: | mozillateam → mozilla-bugs |
Changed in mozilla-thunderbird: | |
importance: | Undecided → Low |
Changed in thunderbird: | |
importance: | Unknown → Medium |
Changed in thunderbird: | |
importance: | Medium → Unknown |
To post a comment you must log in.
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-GB; rv:1.8.1.1) Gecko/20060601 Firefox/2.0.0.1 (Ubuntu-edgy)
Build Identifier: version 1.5.0.9 (20070103)
Howdy guys,
I am reporting a bug on behalf of manu, he has reported that when you open an attachment to view it with a multiple extension it gets named foo.tar.gz first time, foo.tar-1.gz second, foo.tar-2.gz the third time, and so on..
The original report can be found here..
https:/ /launchpad. net/ubuntu/ +source/ mozilla- thunderbird/ +bug/78435
Thanks, Alex.
Reproducible: Always
Steps to Reproduce:
1. Receive an email with a multi-extension attachment.. (foo.tar.gz for this example).
2. Open it up temporarily using an external program, the file is then saved to /tmp as foo.tar.gz
3. Now close it down and open it again, the file is now known as foo.tar-1.gz in /tmp as a posed to foo.tar.gz.
Actual Results:
was named as foo.tar-1.gz
Expected Results:
been named foo-1.tar.gz