Closed
Bug 87806
Opened 24 years ago
Closed 24 years ago
Browser Cookies are not set in the HTTP header when JAVA applet performs URLConnection request
Categories
(Core Graveyard :: Java: OJI, defect)
Tracking
(Not tracked)
People
(Reporter: bcortez, Assigned: edburns)
Details
Mozilla Build: 2001062504
Browser Cookies are not set in the HTTP header when JAVA applet performs
URLConnection request. When pages are requested directly by the browser, the
cookies are set in the HTTP header and sent to the server. However, when an
applet withing a <APPLET> tag makes a URLConnection request for a page, the
associated browser cookies are not set in the HTTP header. This results in the
server not receiving the necessary browser cookies.
When a sessionid cookie is used to track the user's authenticated session, this
bug causes the server to invalidate the request as coming from the same browser
session (which in fact is incorrect).
Additional note: This bug has the exact same behavior as bug 87024 (fixed).
However, this bug applies to the JAVA applet making the request for the HTML
page and not the browser itself.
Comment 2•24 years ago
|
||
Duplicate of "Java plugin do not use or is unable to accept cookies"
*** This bug has been marked as a duplicate of 85827 ***
Status: UNCONFIRMED → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
Comment 3•24 years ago
|
||
SPAM: reassigning OJI bugs to new QA, pmac. (227 bugs)
QA Contact: shrir → pmac
You need to log in
before you can comment on or make changes to this bug.
Description
•