From 68e9f7570839383e90451082a447733c988d9c9b Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Wed, 27 Sep 2006 21:00:45 +0000 Subject: [PATCH] As reported in bug: #1566077 the former URL mentioned in the generated cookie jar has died and we now instead point out our own version of that --- lib/cookie.c | 2 +- tests/data/test171 | 2 +- tests/data/test172 | 2 +- tests/data/test31 | 2 +- tests/data/test46 | 2 +- tests/data/test506 | 2 +- tests/data/test61 | 2 +- tests/data/test62 | 2 +- tests/data/test73 | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/lib/cookie.c b/lib/cookie.c index 00f7b0f..0cd79d3 100644 --- a/lib/cookie.c +++ b/lib/cookie.c @@ -958,7 +958,7 @@ int Curl_cookie_output(struct CookieInfo *c, char *dumphere) char *format_ptr; fputs("# Netscape HTTP Cookie File\n" - "# http://www.netscape.com/newsref/std/cookie_spec.html\n" + "# http://curlm.haxx.se/rfc/cookie_spec.html\n" "# This file was generated by libcurl! Edit at your own risk.\n\n", out); co = c->cookies; diff --git a/tests/data/test171 b/tests/data/test171 index 9e0e992..2cd477f 100644 --- a/tests/data/test171 +++ b/tests/data/test171 @@ -40,7 +40,7 @@ Proxy-Connection: Keep-Alive # Netscape HTTP Cookie File -# http://www.netscape.com/newsref/std/cookie_spec.html +# http://curlm.haxx.se/rfc/cookie_spec.html # This file was generated by libcurl! Edit at your own risk. .z.x.com TRUE / FALSE 0 XToken xt diff --git a/tests/data/test172 b/tests/data/test172 index 8ad9678..3fec830 100644 --- a/tests/data/test172 +++ b/tests/data/test172 @@ -22,7 +22,7 @@ http://%HOSTIP:%HTTPPORT/we/want/172 -b log/jar172.txt -b "tool=curl; name=fool" # Netscape HTTP Cookie File -# http://www.netscape.com/newsref/std/cookie_spec.html +# http://curlm.haxx.se/rfc/cookie_spec.html # This file was generated by libcurl! Edit at your own risk. .127.0.0.1 TRUE /silly/ FALSE 0 ismatch this diff --git a/tests/data/test31 b/tests/data/test31 index be312a5..744129d 100644 --- a/tests/data/test31 +++ b/tests/data/test31 @@ -56,7 +56,7 @@ Accept: */* # Netscape HTTP Cookie File -# http://www.netscape.com/newsref/std/cookie_spec.html +# http://curlm.haxx.se/rfc/cookie_spec.html # This file was generated by libcurl! Edit at your own risk. .127.0.0.1 TRUE /silly/ FALSE 0 ismatch this diff --git a/tests/data/test46 b/tests/data/test46 index 996c3ef..8ebdcf8 100644 --- a/tests/data/test46 +++ b/tests/data/test46 @@ -62,7 +62,7 @@ Cookie: empty=; mooo=indeed # Netscape HTTP Cookie File -# http://www.netscape.com/newsref/std/cookie_spec.html +# http://curlm.haxx.se/rfc/cookie_spec.html # This file was generated by libcurl! Edit at your own risk. www.fake.come FALSE / FALSE 1022144953 cookiecliente si diff --git a/tests/data/test506 b/tests/data/test506 index 84474cd..5f0597f 100644 --- a/tests/data/test506 +++ b/tests/data/test506 @@ -150,7 +150,7 @@ http://%HOSTIP:%HTTPPORT/506 # Netscape HTTP Cookie File -# http://www.netscape.com/newsref/std/cookie_spec.html +# http://curlm.haxx.se/rfc/cookie_spec.html # This file was generated by libcurl! Edit at your own risk. .foo.com TRUE / FALSE 1170417387 test1 overwritten1 diff --git a/tests/data/test61 b/tests/data/test61 index 15a11b6..59c5eb2 100644 --- a/tests/data/test61 +++ b/tests/data/test61 @@ -52,7 +52,7 @@ Host: www.host.foo.com # Netscape HTTP Cookie File -# http://www.netscape.com/newsref/std/cookie_spec.html +# http://curlm.haxx.se/rfc/cookie_spec.html # This file was generated by libcurl! Edit at your own risk. .foo.com TRUE /we/want/ FALSE 1170330987 test yes diff --git a/tests/data/test62 b/tests/data/test62 index 6d01f88..48eca08 100644 --- a/tests/data/test62 +++ b/tests/data/test62 @@ -29,7 +29,7 @@ http://%HOSTIP:%HTTPPORT/we/want/62 -b log/jar62.txt -H "Host: www.host.foo.com" # Netscape HTTP Cookie File -# http://www.netscape.com/newsref/std/cookie_spec.html +# http://curlm.haxx.se/rfc/cookie_spec.html # This file was generated by libcurl! Edit at your own risk. .foo.com TRUE /we/want/ FALSE 1170327387 test yes diff --git a/tests/data/test73 b/tests/data/test73 index 26ac8d3..516784e 100644 --- a/tests/data/test73 +++ b/tests/data/test73 @@ -43,7 +43,7 @@ Host: host.NOT_DISCLOSED.se # Netscape HTTP Cookie File -# http://www.netscape.com/newsref/std/cookie_spec.html +# http://curlm.haxx.se/rfc/cookie_spec.html # This file was generated by libcurl! Edit at your own risk. .NOT_DISCLOSED.se TRUE / FALSE 0 IPCZQX01af0fca5c 000010008168c200d25dfc4b -- 2.7.4