Closed
Bug 33567
Opened 25 years ago
Closed 23 years ago
Unable to save attachment when filename has ":" in it
Categories
(SeaMonkey :: MailNews: Message Display, defect, P3)
Tracking
(Not tracked)
VERIFIED
DUPLICATE
of bug 100591
mozilla0.9.9
People
(Reporter: bugzilla, Assigned: cavin)
References
Details
(Keywords: dataloss)
Attachments
(1 file)
(deleted),
text/plain
|
Details |
If you have a mail with following header:
Content-Type: application/octet-stream; name="att:killer.sys";
Whenever you click on the filename in the dropdown paperclip menu you get and
alert:
"Unable to save the attachment...."
Expected:
Able to save the attachment...
Reporter | ||
Comment 1•25 years ago
|
||
jefft - is this yours?
Assignee: selmer → jefft
QA Contact: lchiang → pmock
This should be platform specific. You cannot have ":" within your filename on a
Windows box.
Status: NEW → ASSIGNED
Target Milestone: --- → M18
Comment 4•24 years ago
|
||
So, is this behavior correct?
Reporter | ||
Comment 5•24 years ago
|
||
Nope. The application should still have it possible to save the
attachment, fx by replacing the problemed chars with other legal chars.
Outlook Express replaces ":" with "_"
Reporter | ||
Comment 6•24 years ago
|
||
In build 2000071920 after clicking on the attachment name in the dropdown box
you're presented with the "Open/Save Attachment" dialog. Here you select "Save
it to disk" and click Ok and nothing happens.
Comment 7•24 years ago
|
||
reassigning jefft's bugs to naving
Assignee: jefft → naving
Status: ASSIGNED → NEW
Reporter | ||
Comment 9•24 years ago
|
||
It's now possible.
The filename: att:killer.sys gets into: att%3Akiller.sys
I'm not sure why the %3A gets there? Why not just show: att:killer.sys as
filename?
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Comment 10•24 years ago
|
||
Linux (2001-02-13-06 mtrunk)
win32 (2001-02-13-06 mtrunk)
Mac (2001-02-13-04 mtrunk)
No problem any more.
Status: RESOLVED → VERIFIED
Reporter | ||
Comment 11•23 years ago
|
||
now we have this problem again. Choosing either "Save As.." or File ->
Attachments -> Save As does absolutly nothing.
build 20010717
Status: VERIFIED → REOPENED
Resolution: FIXED → ---
Comment 12•23 years ago
|
||
I can confirm this bug. We need to make the file name safe before trying to save
it of event open the file picker. The problem is that the current function for
doing that is not Unicode (see bug 41944). This problem occurs with any illegal
character in the file name.
As the user cannot save the attachment, I consider it as a dataloss. Nominationg
nsbeta1.
Assignee | ||
Comment 13•23 years ago
|
||
*** Bug 80235 has been marked as a duplicate of this bug. ***
Comment 15•23 years ago
|
||
colons get escaped in the filename component of urls because there would
otherwise be problems with resolving relative urls (scheme detection). This
might have something to do with it. A missing unescape somewhere ... wrong
conversion from url to filepath or the other way around maybe.
Comment 16•23 years ago
|
||
reassigning to cavin. Will this be helped out by the fix to
http://bugzilla.mozilla.org/show_bug.cgi?id=41944?
Assignee: ducarroz → cavin
Target Milestone: mozilla0.9.6 → mozilla0.9.7
Comment 17•23 years ago
|
||
once 41944 fixed, all we have to do for this bug is to use the new unicode
version of NS_MsgHasIfNecessary when we save attachment in
nsMessenger::SaveAttachment and in nsMessenger::SaveAllAttachments
Updated•23 years ago
|
Comment 18•23 years ago
|
||
Dup of bug 100591?
Comment 19•23 years ago
|
||
Right, the fix for bug 100591 will fix this issue as well.
*** This bug has been marked as a duplicate of 100591 ***
Status: NEW → RESOLVED
Closed: 24 years ago → 23 years ago
Resolution: --- → DUPLICATE
Updated•20 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•