Loading lib/cookie.c +2 −2 Original line number Diff line number Diff line Loading @@ -5,7 +5,7 @@ * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * * Copyright (C) 1998 - 2011, Daniel Stenberg, <daniel@haxx.se>, et al. * Copyright (C) 1998 - 2012, Daniel Stenberg, <daniel@haxx.se>, et al. * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms Loading Loading @@ -1069,7 +1069,7 @@ static int cookie_output(struct CookieInfo *c, const char *dumphere) char *format_ptr; fputs("# Netscape HTTP Cookie File\n" "# http://curl.haxx.se/rfc/cookie_spec.html\n" "# http://curl.haxx.se/docs/http-cookies.html\n" "# This file was generated by libcurl! Edit at your own risk.\n\n", out); co = c->cookies; Loading tests/data/test1105 +1 −1 Original line number Diff line number Diff line Loading @@ -52,7 +52,7 @@ userid=myname&password=mypassword </protocol> <file name="log/cookie1105.txt"> # Netscape HTTP Cookie File # http://curl.haxx.se/rfc/cookie_spec.html # http://curl.haxx.se/docs/http-cookies.html # This file was generated by libcurl! Edit at your own risk. 127.0.0.1 FALSE /we/want/ FALSE 0 foobar name Loading tests/data/test171 +1 −1 Original line number Diff line number Diff line Loading @@ -49,7 +49,7 @@ Proxy-Connection: Keep-Alive </protocol> <file name="log/jar171" mode="text"> # Netscape HTTP Cookie File # http://curl.haxx.se/rfc/cookie_spec.html # http://curl.haxx.se/docs/http-cookies.html # This file was generated by libcurl! Edit at your own risk. .z.x.com TRUE / FALSE 0 XToken xt Loading tests/data/test172 +1 −1 Original line number Diff line number Diff line Loading @@ -31,7 +31,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://curl.haxx.se/rfc/cookie_spec.html # http://curl.haxx.se/docs/http-cookies.html # This file was generated by libcurl! Edit at your own risk. .%HOSTIP TRUE /silly/ FALSE 0 ismatch this Loading tests/data/test31 +1 −1 Original line number Diff line number Diff line Loading @@ -87,7 +87,7 @@ Accept: */* </protocol> <file name="log/jar31.txt" mode="text"> # Netscape HTTP Cookie File # http://curl.haxx.se/rfc/cookie_spec.html # http://curl.haxx.se/docs/http-cookies.html # This file was generated by libcurl! Edit at your own risk. .127.0.0.1 TRUE /silly/ FALSE 0 ismatch this Loading Loading
lib/cookie.c +2 −2 Original line number Diff line number Diff line Loading @@ -5,7 +5,7 @@ * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * * Copyright (C) 1998 - 2011, Daniel Stenberg, <daniel@haxx.se>, et al. * Copyright (C) 1998 - 2012, Daniel Stenberg, <daniel@haxx.se>, et al. * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms Loading Loading @@ -1069,7 +1069,7 @@ static int cookie_output(struct CookieInfo *c, const char *dumphere) char *format_ptr; fputs("# Netscape HTTP Cookie File\n" "# http://curl.haxx.se/rfc/cookie_spec.html\n" "# http://curl.haxx.se/docs/http-cookies.html\n" "# This file was generated by libcurl! Edit at your own risk.\n\n", out); co = c->cookies; Loading
tests/data/test1105 +1 −1 Original line number Diff line number Diff line Loading @@ -52,7 +52,7 @@ userid=myname&password=mypassword </protocol> <file name="log/cookie1105.txt"> # Netscape HTTP Cookie File # http://curl.haxx.se/rfc/cookie_spec.html # http://curl.haxx.se/docs/http-cookies.html # This file was generated by libcurl! Edit at your own risk. 127.0.0.1 FALSE /we/want/ FALSE 0 foobar name Loading
tests/data/test171 +1 −1 Original line number Diff line number Diff line Loading @@ -49,7 +49,7 @@ Proxy-Connection: Keep-Alive </protocol> <file name="log/jar171" mode="text"> # Netscape HTTP Cookie File # http://curl.haxx.se/rfc/cookie_spec.html # http://curl.haxx.se/docs/http-cookies.html # This file was generated by libcurl! Edit at your own risk. .z.x.com TRUE / FALSE 0 XToken xt Loading
tests/data/test172 +1 −1 Original line number Diff line number Diff line Loading @@ -31,7 +31,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://curl.haxx.se/rfc/cookie_spec.html # http://curl.haxx.se/docs/http-cookies.html # This file was generated by libcurl! Edit at your own risk. .%HOSTIP TRUE /silly/ FALSE 0 ismatch this Loading
tests/data/test31 +1 −1 Original line number Diff line number Diff line Loading @@ -87,7 +87,7 @@ Accept: */* </protocol> <file name="log/jar31.txt" mode="text"> # Netscape HTTP Cookie File # http://curl.haxx.se/rfc/cookie_spec.html # http://curl.haxx.se/docs/http-cookies.html # This file was generated by libcurl! Edit at your own risk. .127.0.0.1 TRUE /silly/ FALSE 0 ismatch this Loading