Closed
Bug 486446
Opened 16 years ago
Closed 16 years ago
Cookies not sent with URl request from Java applets, if network.cookie.cookieBehavior = 1
Categories
(Core :: Networking: Cookies, defect)
Core
Networking: Cookies
Tracking
()
RESOLVED
DUPLICATE
of bug 441166
People
(Reporter: holtmann, Unassigned)
Details
User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_6; de-de) AppleWebKit/528.16 (KHTML, like Gecko) Version/4.0 Safari/528.16
Build Identifier: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; de; rv:1.9.0.8) Gecko/2009032608 Firefox/3.0.8
If an URI request is send from a Java Applet to the same server the applet was loaded from all Cookie information is discarded.
This only happens when
network.cookie.cookieBehavior = 1.
However, network.cookie.cookieBehavior = 1 should only block cookies from third party websites. Which is not the case here (same domain, same server).
This breaks many existing Java-Applets.
Firefox 2.x doesn't have got this behavior.
For futher reference see:
http://support.mozilla.com/tiki-view_forum_thread.php?locale=pt-BR&comments_parentId=154389&forumId=1
Reproducible: Always
Steps to Reproduce:
For steps see here:
http://support.mozilla.com/tiki-view_forum_thread.php?locale=pt-BR&comments_parentId=154389&forumId=1
Actual Results:
Cookies not send
Expected Results:
Cookies should be not discarded
Updated•16 years ago
|
Component: Preferences → Networking: Cookies
Product: Firefox → Core
QA Contact: preferences → networking.cookies
Updated•16 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 16 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•