From e138ae5ec968798abf6e110bfcb51ef69bb7ac9a Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Thu, 28 Aug 2008 11:35:54 +0000 Subject: [PATCH] - I'm abandoning the system with the web site mirrors (but keeping download files bing mirrored) and thus I've changed the URL in the cookiejar header to no longer use curlm.haxx.se but instead use the main site curl.haxx.se --- CHANGES | 4 ++++ lib/cookie.c | 2 +- tests/data/test171 | 2 +- tests/data/test172 | 2 +- tests/data/test31 | 2 +- tests/data/test46 | 4 ++-- tests/data/test506 | 2 +- tests/data/test61 | 2 +- tests/data/test62 | 2 +- tests/data/test73 | 2 +- 10 files changed, 14 insertions(+), 10 deletions(-) diff --git a/CHANGES b/CHANGES index b188520656..fd8b8f1cc3 100644 --- a/CHANGES +++ b/CHANGES @@ -13,6 +13,10 @@ Daniel Stenberg (28 Aug 2008) get locked again so this is now fixed. http://curl.haxx.se/mail/lib-2008-08/0422.html +- I'm abandoning the system with the web site mirrors (but keeping download + files bing mirrored) and thus I've changed the URL in the cookiejar header + to no longer use curlm.haxx.se but instead use the main site curl.haxx.se + Daniel Fandrich (27 Aug 2008) - Fixed test case 1065 by changing the handling of CURLOPT_UPLOAD to set the HTTP method to GET (or HEAD) when given a value of 0. diff --git a/lib/cookie.c b/lib/cookie.c index f2dabd8e20..93d088d753 100644 --- a/lib/cookie.c +++ b/lib/cookie.c @@ -990,7 +990,7 @@ int Curl_cookie_output(struct CookieInfo *c, const char *dumphere) char *format_ptr; fputs("# Netscape HTTP Cookie File\n" - "# http://curlm.haxx.se/rfc/cookie_spec.html\n" + "# http://curl.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 30c365af46..6b79588a5e 100644 --- a/tests/data/test171 +++ b/tests/data/test171 @@ -49,7 +49,7 @@ Proxy-Connection: Keep-Alive # Netscape HTTP Cookie File -# http://curlm.haxx.se/rfc/cookie_spec.html +# http://curl.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 bb1689ba94..1ab9020113 100644 --- a/tests/data/test172 +++ b/tests/data/test172 @@ -31,7 +31,7 @@ http://%HOSTIP:%HTTPPORT/we/want/172 -b log/jar172.txt -b "tool=curl; name=fool" # Netscape HTTP Cookie File -# http://curlm.haxx.se/rfc/cookie_spec.html +# http://curl.haxx.se/rfc/cookie_spec.html # This file was generated by libcurl! Edit at your own risk. .%HOSTIP TRUE /silly/ FALSE 0 ismatch this diff --git a/tests/data/test31 b/tests/data/test31 index 444a9b13e3..0432f56f9d 100644 --- a/tests/data/test31 +++ b/tests/data/test31 @@ -64,7 +64,7 @@ Accept: */* # Netscape HTTP Cookie File -# http://curlm.haxx.se/rfc/cookie_spec.html +# http://curl.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 0c5c876763..d0d193033b 100644 --- a/tests/data/test46 +++ b/tests/data/test46 @@ -46,7 +46,7 @@ TZ=GMT # Netscape HTTP Cookie File -# http://curlm.haxx.se/rfc/cookie_spec.html +# http://curl.haxx.se/rfc/cookie_spec.html # This is generated by libcurl! Do not edit. www.fake.come FALSE / FALSE 1022144953 cookiecliente si @@ -71,7 +71,7 @@ Cookie: empty=; mooo2=indeed2; mooo=indeed # Netscape HTTP Cookie File -# http://curlm.haxx.se/rfc/cookie_spec.html +# http://curl.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 a90c8d984c..878744f37d 100644 --- a/tests/data/test506 +++ b/tests/data/test506 @@ -168,7 +168,7 @@ http://%HOSTIP:%HTTPPORT/506 # Netscape HTTP Cookie File -# http://curlm.haxx.se/rfc/cookie_spec.html +# http://curl.haxx.se/rfc/cookie_spec.html # This file was generated by libcurl! Edit at your own risk. .foo.com TRUE / FALSE 1993463787 test1 overwritten1 diff --git a/tests/data/test61 b/tests/data/test61 index 93c95d38e0..410119de88 100644 --- a/tests/data/test61 +++ b/tests/data/test61 @@ -59,7 +59,7 @@ Host: www.host.foo.com # Netscape HTTP Cookie File -# http://curlm.haxx.se/rfc/cookie_spec.html +# http://curl.haxx.se/rfc/cookie_spec.html # This file was generated by libcurl! Edit at your own risk. .foo.com TRUE /we/want/ FALSE 2054030187 test yes diff --git a/tests/data/test62 b/tests/data/test62 index b8167e5798..db6627250d 100644 --- a/tests/data/test62 +++ b/tests/data/test62 @@ -32,7 +32,7 @@ http://%HOSTIP:%HTTPPORT/we/want/62 -b log/jar62.txt -H "Host: www.host.foo.com" # Netscape HTTP Cookie File -# http://curlm.haxx.se/rfc/cookie_spec.html +# http://curl.haxx.se/rfc/cookie_spec.html # This file was generated by libcurl! Edit at your own risk. .foo.com TRUE /we/want/ FALSE 2054030187 test yes diff --git a/tests/data/test73 b/tests/data/test73 index 1b47b88bd9..dec08010ef 100644 --- a/tests/data/test73 +++ b/tests/data/test73 @@ -46,7 +46,7 @@ Host: host.NOT_DISCLOSED.se # Netscape HTTP Cookie File -# http://curlm.haxx.se/rfc/cookie_spec.html +# http://curl.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 -- GitLab