Closed
Bug 346125
Opened 19 years ago
Closed 18 years ago
Broken link to Netscape Cookie Specification page in cookies.txt file
Categories
(Core :: Networking: Cookies, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: andrewm715+bugzilla, Assigned: rmh)
Details
Attachments
(1 file)
786 bytes,
patch
|
bzbarsky
:
review+
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9a1) Gecko/20060726 Minefield/3.0a1
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9a1) Gecko/20060726 Minefield/3.0a1
In the automatically-generated cookies.txt file in the profile directory, the link to the "Persistent Client State HTTP Cookies - Preliminary Specification" page is broken. The link currently points to <http://www.netscape.com/newsref/std/cookie_spec.html>; however it should point to <http://wp.netscape.com/newsref/std/cookie_spec.html>.
Reproducible: Always
Steps to Reproduce:
1. Open up the cookies.txt file.
2. Open the URL at the beginning of the file in Firefox or any other web browser.
Actual Results:
Not Found
The requested URL /newsref/std/cookie_spec.html was not found on this server.
Expected Results:
The specification page opens.
Component: General → Networking: Cookies
Product: Firefox → Core
Version: unspecified → Trunk
Updated•19 years ago
|
QA Contact: general → networking.cookies
Assignee | ||
Comment 1•19 years ago
|
||
I'm attaching a patch. Can someone set this bug to "confirmed" (or commit the fix ;)?
Comment 2•19 years ago
|
||
Thanks for the patch, Robert.
You need to ask review to someone before the patch can be considered for checking in.
Assignee: nobody → rmh
Status: UNCONFIRMED → NEW
Ever confirmed: true
Updated•19 years ago
|
Attachment #249444 -
Flags: review?(bzbarsky)
![]() |
||
Comment 3•19 years ago
|
||
Comment on attachment 249444 [details] [diff] [review]
fix
Sure. Let's do it.
Attachment #249444 -
Flags: review?(bzbarsky) → review+
Comment 4•18 years ago
|
||
Checking in nsCookieService.cpp;
/cvsroot/mozilla/netwerk/cookie/src/nsCookieService.cpp,v <-- nsCookieService.
cpp
new revision: 1.49; previous revision: 1.48
done
Checked into trunk.
Again, thanks for the patch, Robert!
Status: NEW → RESOLVED
Closed: 18 years ago
Resolution: --- → FIXED
Is this moot in recent trunk builds?
Seamonkey and Minefield are both using cookies.sqlite.
QA Contact: networking.cookies → benc
Comment 6•18 years ago
|
||
yes. (still valid for 1.8 branch but doubt we'll fix it there.)
You need to log in
before you can comment on or make changes to this bug.
Description
•