Closed
Bug 385811
Opened 18 years ago
Closed 18 years ago
Stale url in cookies.txt
Categories
(Core :: Networking: Cookies, defect)
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: kernel, Unassigned)
Details
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.12) Gecko/20070530 Fedora/1.5.0.12-1.fc5 Firefox/1.5.0.12
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.12) Gecko/20070530 Fedora/1.5.0.12-1.fc5 Firefox/1.5.0.12
The broken url
http://www.netscape.com/newsref/std/cookie_spec.html
is listed as a comment in the cookies.txt file.
The correct url is
http://wp.netscape.com/newsref/std/cookie_spec.html
Reproducible: Always
Steps to Reproduce:
1. find .mozilla -name cookies.txt | grep '^# http'
2. go to that url
3.
Actual Results:
Page not found
Expected Results:
Cookie specification
The correct url is
http://wp.netscape.com/newsref/std/cookie_spec.html
Make that:
find .mozilla -name cookies.txt | xargs grep '^# http'
Comment 2•18 years ago
|
||
confirmed also on windows
Status: UNCONFIRMED → NEW
Ever confirmed: true
OS: Linux → All
Updated•18 years ago
|
Component: General → Networking: Cookies
Product: Firefox → Core
QA Contact: general → networking.cookies
Comment 3•18 years ago
|
||
-> 1.8 branch since cookies.txt is obsolete on trunk.
-> wontfix since we won't take this on branch (some risk, no real gains)
Status: NEW → RESOLVED
Closed: 18 years ago
Resolution: --- → WONTFIX
Version: unspecified → 1.8 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•