aboutsummaryrefslogtreecommitdiff
path: root/tests/data/test1105
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2009-09-26 20:51:51 +0000
committerDaniel Stenberg <daniel@haxx.se>2009-09-26 20:51:51 +0000
commit4f47fc4e14cf6e782bffa8804218acc99828bf42 (patch)
tree88fd4d60b7e63829dbd2e9c0c84fab2728b89e7b /tests/data/test1105
parent8d39a31e894998fff017266cff232038296f95af (diff)
- John P. McCaskey posted a bug report that showed how libcurl did wrong when
saving received cookies with no given path, if the path in the request had a query part. That is means a question mark (?) and characters on the right side of that. I wrote test case 1105 and fixed this problem.
Diffstat (limited to 'tests/data/test1105')
-rw-r--r--tests/data/test11053
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/data/test1105 b/tests/data/test1105
index e1dbebb6d..1a8f896a7 100644
--- a/tests/data/test1105
+++ b/tests/data/test1105
@@ -55,10 +55,9 @@ userid=myname&password=mypassword
# http://curl.haxx.se/rfc/cookie_spec.html
# This file was generated by libcurl! Edit at your own risk.
-127.0.0.1 FALSE /we/want FALSE 0 foobar name
+127.0.0.1 FALSE /we/want/ FALSE 0 foobar name
.127.0.0.1 TRUE "/silly/" FALSE 0 mismatch this
.0.0.1 TRUE / FALSE 0 partmatch present
-
</file>
</verify>
</testcase>