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/test1105 | 64 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 64 insertions(+) create mode 100644 tests/data/test1105 (limited to 'tests/data/test1105') 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