Package: iceweasel
Version: 2.0.0.3
Severity: minor
Tags: patch

In the file "netwerk/cookie/src/nsCookieService.cpp" found in the iceweasel source tree there is a reference to the outdated URI http://www.netscape.com/newsref/std/cookie_spec.html. This
document seems to have moved to a new adress at
http://wp.netscape.com/newsref/std/cookie_spec.html, so the link
should be updated.

I have attached a patch to replace the URI. I'm not used to creating patches, but I hope I have done it correctly.

-- System Information:
Debian Release: testing/unstable
  APT prefers dapper-updates
APT policy: (500, 'dapper-updates'), (500, 'dapper-security'), (500, 'dapper')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15-28-386
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

--- nsCookieService.cpp 2007-04-22 19:50:33.000000000 +0200
+++ nsCookieService.cpp.new     2007-04-22 19:51:30.000000000 +0200
@@ -1053,7 +1053,7 @@
 
   static const char kHeader[] =
       "# HTTP Cookie File\n"
-      "# http://www.netscape.com/newsref/std/cookie_spec.html\n";
+      "# http://wp.netscape.com/newsref/std/cookie_spec.html\n";
       "# This is a generated file!  Do not edit.\n"
       "# To delete cookies, use the Cookie Manager.\n\n";
   // note: kTrue and kFalse have leading/trailing tabs already added

Reply via email to