From 8d39a31e894998fff017266cff232038296f95af Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Sat, 26 Sep 2009 11:46:41 +0000 Subject: added test 1105 (disabled) - it repeats a cookie path bug we need to fix --- tests/data/DISABLED | 1 + tests/data/Makefile.am | 2 +- tests/data/test1105 | 64 ++++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 66 insertions(+), 1 deletion(-) create mode 100644 tests/data/test1105 (limited to 'tests') diff --git a/tests/data/DISABLED b/tests/data/DISABLED index 329f27c96..a7509a9da 100644 --- a/tests/data/DISABLED +++ b/tests/data/DISABLED @@ -5,3 +5,4 @@ # Lines starting with '#' letters are treated as comments. 563 564 +1105 diff --git a/tests/data/Makefile.am b/tests/data/Makefile.am index d8df85208..f8777a952 100644 --- a/tests/data/Makefile.am +++ b/tests/data/Makefile.am @@ -63,7 +63,7 @@ EXTRA_DIST = test1 test108 test117 test127 test20 test27 test34 test46 \ test1089 test1090 test1091 test1092 test1093 test1094 test1095 test1096 \ test1097 test560 test561 test1098 test1099 test562 test563 test1100 \ test564 test1101 test1102 test1103 test1104 test299 test310 test311 \ - test312 + test312 test1105 filecheck: @mkdir test-place; \ diff --git a/tests/data/test1105 b/tests/data/test1105 new file mode 100644 index 000000000..e1dbebb6d --- /dev/null +++ b/tests/data/test1105 @@ -0,0 +1,64 @@ + + + +HTTP +HTTP POST +cookies +cookiejar + + + +# Server-side + + +HTTP/1.1 200 OK +Date: Thu, 09 Nov 2010 14:49:00 GMT +Server: test-server/fake +Content-Type: text/html +Funny-head: yesyes swsclose +Set-Cookie: foobar=name; +Set-Cookie: mismatch=this; domain=127.0.0.1; path="/silly/"; +Set-Cookie: partmatch=present; domain=.0.0.1; path=/; + + + + +# Client-side + + +http + + +HTTP with cookie parser and header recording + + +"http://%HOSTIP:%HTTPPORT/we/want/1105?parm1=this*that/other/thing&parm2=foobar/1105" -c log/cookie1105.txt -d "userid=myname&password=mypassword" + + + +# Verify data after the test has been "shot" + + +^User-Agent:.* + + +POST /we/want/1105?parm1=this*that/other/thing&parm2=foobar/1105 HTTP/1.1 +Host: %HOSTIP:%HTTPPORT +Accept: */* +Content-Length: 33 +Content-Type: application/x-www-form-urlencoded + +userid=myname&password=mypassword + + +# Netscape HTTP Cookie File +# 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 TRUE "/silly/" FALSE 0 mismatch this +.0.0.1 TRUE / FALSE 0 partmatch present + + + + -- cgit v1.2.3