Closed
Bug 1236013
Opened 10 years ago
Closed 5 years ago
Cookies aren't handled by the developper tools when accessing a site with his IPv6 address
Categories
(DevTools :: General, defect)
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: romlig, Unassigned)
Details
User Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0
Build ID: 20151228134903
Steps to reproduce:
Connect to a site serving cookies directly with his IPv6 address.
Open the Developper Tools. (Ctrl+Shift+I).
Open the Network tab. Click on one request to the main domain. Choose the cookie tab in the side panel and look at the cookies list. (1)
Enable the storage module, if it is not already.
Then open the Storage tab and look for cookies. (2)
Open the Developper Toolbar (Shift+F2). Type "cookie list" (without quotes). (3)
Now type "cookie set Test Test" (without quotes) and "cookie list again". (4)
Check for the Test cookie in the storage tab. (5)
Open the Firefox settings > Privacy tab. Open the stored cookies list using either the remove individual cookies link or the Show Cookies button (history must not be disabled). Look for cookies in the IPv6 domain (6) and in the "[" (without quotes) domain. (7)
This issue could be linked to 359106.
Actual results:
1. One or more cookies are shown
2. & 3. Cookie list is empty
4. The Test cookie appear for the domain "[" (no quotes).
5. Cookie list is still empty
6. The site cookies are shown
7. The Test cookie is shown
Expected results:
1., 2. & 3. The same cookies are shown
4., 5. & 6. Both the site cookies and the Test cookie are shown. Test cookie domain is the IPv6 address
7. The domain is not listed/has no cookies
Updated•7 years ago
|
Product: Firefox → DevTools
Comment 1•5 years ago
•
|
||
This seems to be related to the GCLI command line that has been removed long time ago, closing.
Status: UNCONFIRMED → RESOLVED
Closed: 5 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•