Closed
Bug 34760
Opened 25 years ago
Closed 25 years ago
Not all cookies from groups.aol.com are displayed in viewer
Categories
(Core :: Networking: Cookies, defect, P3)
Tracking
()
VERIFIED
FIXED
M16
People
(Reporter: morse, Assigned: morse)
References
()
Details
Go to http://groups.aol.com. Authenticate with username=groupsbeta and
password=mycommunity. The site has set three cookies which can be verified by
using a sniffer. The cookies are:
domain=aol.com, name=COOKIES_ON, path=/
host=ads.web.aol.com, name=badsc, path=link/7011708/...
host=ads.web.aol.com, name=badsc, path=link/7011709/...
Note that the second and third cookies have identical host, name, and nearly
(but not quite) identical paths. I didn't think such a thing was possible/legal
but apparently it is.
Now go to cookie viewer. Only two of the three cookies are displayed. Attempt
to do a "delete all" for the cookies. Only one gets deleted. The cookie viewer
is totally confused at this point.
Assignee | ||
Comment 1•25 years ago
|
||
Good news is that I have the fix in hand and will check it in as soon as the M15
freeze is over. Problem was that I wasn't checking for non-identical paths when
generating the cookie list for the cookie viewer and so I thought that the
second and third cookies above were the same cookie.
Status: NEW → ASSIGNED
Target Milestone: --- → M16
Assignee | ||
Comment 2•25 years ago
|
||
Fix checked in. Changed file was nsCookie.cpp
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•