diff options
author | Daniel Stenberg <daniel@haxx.se> | 2006-09-27 21:00:45 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2006-09-27 21:00:45 +0000 |
commit | 68e9f7570839383e90451082a447733c988d9c9b (patch) | |
tree | fa5a36a0f08e73d66df358138a9e420dedae9f37 /tests/data | |
parent | d569693f24886d1d76884ae26da8f644114e9882 (diff) | |
download | curl-68e9f7570839383e90451082a447733c988d9c9b.tar.gz |
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
Diffstat (limited to 'tests/data')
-rw-r--r-- | tests/data/test171 | 2 | ||||
-rw-r--r-- | tests/data/test172 | 2 | ||||
-rw-r--r-- | tests/data/test31 | 2 | ||||
-rw-r--r-- | tests/data/test46 | 2 | ||||
-rw-r--r-- | tests/data/test506 | 2 | ||||
-rw-r--r-- | tests/data/test61 | 2 | ||||
-rw-r--r-- | tests/data/test62 | 2 | ||||
-rw-r--r-- | tests/data/test73 | 2 |
8 files changed, 8 insertions, 8 deletions
diff --git a/tests/data/test171 b/tests/data/test171 index 9e0e99216..2cd477f70 100644 --- a/tests/data/test171 +++ b/tests/data/test171 @@ -40,7 +40,7 @@ Proxy-Connection: Keep-Alive </protocol> <file name="log/jar171" mode=text> # 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 8ad96787a..3fec8300a 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" </command> <file name="log/jar172.txt"> # 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 be312a59a..744129d20 100644 --- a/tests/data/test31 +++ b/tests/data/test31 @@ -56,7 +56,7 @@ Accept: */* </protocol> <file name="log/jar31.txt" mode=text> # 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 996c3efca..8ebdcf8fd 100644 --- a/tests/data/test46 +++ b/tests/data/test46 @@ -62,7 +62,7 @@ Cookie: empty=; mooo=indeed </protocol> <file name="log/jar46" mode=text> # 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 84474cdc5..5f0597f75 100644 --- a/tests/data/test506 +++ b/tests/data/test506 @@ -150,7 +150,7 @@ http://%HOSTIP:%HTTPPORT/506 </stderr> <file name="log/jar506" mode="text"> # 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 15a11b61d..59c5eb271 100644 --- a/tests/data/test61 +++ b/tests/data/test61 @@ -52,7 +52,7 @@ Host: www.host.foo.com </protocol> <file name="log/jar61.txt" mode=text> # 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 6d01f88db..48eca088e 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" </command> <file name="log/jar62.txt"> # 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 26ac8d3a5..516784e05 100644 --- a/tests/data/test73 +++ b/tests/data/test73 @@ -43,7 +43,7 @@ Host: host.NOT_DISCLOSED.se </protocol> <file name="log/jar73.txt" mode=text> # 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 |