Closed
Bug 464404
Opened 17 years ago
Closed 16 years ago
cookies not sent when saving link target
Categories
(Core Graveyard :: File Handling, defect)
Core Graveyard
File Handling
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: mikel, Unassigned)
References
Details
Attachments
(2 files)
After I have logged into a site, I try to download an image by clicking on its thumbnail, then clicking Save Link As.... Instead of getting the link target's content (in this case a GIF image), I get an HTML page telling me that I need to log in.
Using LiveHTTPHeaders shows that the GET request for the page view sends a bunch of cookies including a JSESSIONID, but the GET request to download the link target doesn't send any of my cookies.
| Reporter | ||
Comment 1•17 years ago
|
||
Comment 2•17 years ago
|
||
Happens on OS X as well. Very annoying.
Comment 3•17 years ago
|
||
do you have 'accept third party cookies' turned off?
Comment 4•17 years ago
|
||
(In reply to comment #3)
> do you have 'accept third party cookies' turned off?
Makes no difference.
Comment 5•17 years ago
|
||
(In reply to comment #4)
> Makes no difference.
Ok, that was wrong. It does make a difference. With accept third party cookies it sends the cookie.
Comment 6•17 years ago
|
||
the 'save link as' code is a prime candidate for the new flag in bug 437174.
i'm guessing this belongs in core::file handling, but i could be wrong (bz?)
Component: General → File Handling
Depends on: 437174
OS: Linux → All
Product: Firefox → Core
QA Contact: general → file-handling
Hardware: x86 → All
Version: 3.0 Branch → Trunk
Comment 7•17 years ago
|
||
This is going to need separate patching in all the various UIs around (though maybe the code is shared in toolkit...)
This bug breaks saving experimental addons from addons.mozilla.org when logged in (login page is saved instead).
Also, bug 469805 is a (better-titled) duplicate of this one.
Comment 9•16 years ago
|
||
This was fixed by bug 437174.
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
| Assignee | ||
Updated•10 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•