firefox does not save an attachments starting with dot
Bug #1023012 reported by
Jan Groenewald
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Mozilla Firefox |
Fix Released
|
Medium
|
|||
firefox (Ubuntu) |
Confirmed
|
Undecided
|
Unassigned |
Bug Description
When I download & save a file and I change the name to start with a dot,
it 0) prompts me to replace the existing dot file, if it exists, 1) removes the
existing dot file, and 2) silently removes the dot and saves it with the name.
Example, someone mailed me a .bash_completion to replace an existing one,
and it removed the existing but saved /home/me/
I consider it a bug to not save dot-files if I ask for it, or to not give a proper
error message if it refuses. If upstream disagrees, it is at least a bug to
remove the existing dot-file if it refuses to save over it.
Changed in firefox: | |
importance: | Unknown → Medium |
status: | Unknown → Confirmed |
Changed in firefox: | |
status: | Confirmed → Fix Released |
To post a comment you must log in.
HFS doesn't permit a file to have a '.' character in the initial position.
This should be removed for the user attempting to save a file. I happen to know about OS9 drivers so it only took me 30 seconds to figure out why the 'Save' button wasn't lit up, but it's not terribly obvious for the typical user. It would be good to filter this (and any other illegal characters) for the user.