diff options
author | Daniel Stenberg <daniel@haxx.se> | 2009-10-25 18:15:14 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2009-10-25 18:15:14 +0000 |
commit | 448d2b5f491067f110e96c4a60342d0c34dd7010 (patch) | |
tree | b54da8c69276d819718665cec680bcc1ee6ef5f4 /tests/data/test31 | |
parent | 7867d442514ca2da5f33bc928fa37c442085ade3 (diff) |
- Dima Barsky made the curl cookie parser accept cookies even with blank or
unparsable expiry dates and then treat them as session cookies - previously
libcurl would reject cookies with a date format it couldn't parse. Research
shows that the major browser treat such cookies as session cookies. I
modified test 8 and 31 to verify this.
Diffstat (limited to 'tests/data/test31')
-rw-r--r-- | tests/data/test31 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/data/test31 b/tests/data/test31 index 0432f56f9..d06bc1180 100644 --- a/tests/data/test31 +++ b/tests/data/test31 @@ -27,6 +27,7 @@ Set-Cookie: novalue; domain=reallysilly Set-Cookie: test=yes; domain=foo.com; expires=Sat Feb 2 11:56:27 GMT 2030
Set-Cookie: test2=yes; domain=se; expires=Sat Feb 2 11:56:27 GMT 2030
Set-Cookie: magic=yessir; path=/silly/; HttpOnly
+Set-Cookie: blexp=yesyes; domain=.0.0.1; domain=.0.0.1; expiry=totally bad; boo </data> @@ -71,6 +72,7 @@ Accept: */* .127.0.0.1 TRUE / FALSE 0 partmatch present 127.0.0.1 FALSE /we/want/ FALSE 2054030187 nodomain value #HttpOnly_127.0.0.1 FALSE /silly/ FALSE 0 magic yessir +.0.0.1 TRUE /we/want/ FALSE 0 blexp yesyes </file> </verify> </testcase> |