Closed
Bug 121509
Opened 24 years ago
Closed 24 years ago
make content-disposition parsing more forgiving
Categories
(Core Graveyard :: File Handling, defect, P1)
Core Graveyard
File Handling
Tracking
(Not tracked)
VERIFIED
FIXED
mozilla0.9.9
People
(Reporter: bzbarsky, Assigned: bzbarsky)
References
Details
Attachments
(1 file)
|
1.76 KB,
patch
|
law
:
review+
mscott
:
superreview+
|
Details | Diff | Splinter Review |
lots of sites seem to send:
Content-Disposition: filename="foo"
we currently don't pick this up when saving from the helper app dialog (but _do_
pick it up when saving via "save as" and the like.
NS4 and IE both pick this filename up, so we should do it too...
| Assignee | ||
Comment 1•24 years ago
|
||
This would fix some evang bugs...
| Assignee | ||
Comment 2•24 years ago
|
||
Comment on attachment 66193 [details] [diff] [review]
proposed patch
r=law
Attachment #66193 -
Flags: review+
Comment 4•24 years ago
|
||
Comment on attachment 66193 [details] [diff] [review]
proposed patch
sr=mscott
Attachment #66193 -
Flags: superreview+
| Assignee | ||
Updated•24 years ago
|
Priority: P2 → P1
| Assignee | ||
Comment 5•24 years ago
|
||
checked into trunk
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Comment 6•24 years ago
|
||
boris, could you pls provide a test url for this? thx!
| Assignee | ||
Comment 7•24 years ago
|
||
sairuh, the three evang bugs this blocks all have such urls with steps to
reproduce.
Comment 8•24 years ago
|
||
thx a lot, bz!
verified fixed [using the blocked bugs as tests] with 2002.01.29.1x comm bits on
win2k, mac 10.1.2 and linux rh7.2.
Status: RESOLVED → VERIFIED
| Assignee | ||
Comment 9•24 years ago
|
||
*** Bug 127649 has been marked as a duplicate of this bug. ***
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
•