Commit 68e9f757 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

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
parent d569693f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
+1 −1
Original line number Diff line number Diff line
@@ -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
+1 −1
Original line number Diff line number Diff line
@@ -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
+1 −1
Original line number Diff line number Diff line
@@ -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
+1 −1
Original line number Diff line number Diff line
@@ -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
Loading