2007-01-22 21:25:56 -05:00
|
|
|
<testcase>
|
2007-10-11 21:44:22 -04:00
|
|
|
<info>
|
|
|
|
<keywords>
|
|
|
|
HTTP
|
|
|
|
HTTP GET
|
|
|
|
cookies
|
|
|
|
shared cookies
|
|
|
|
</keywords>
|
|
|
|
</info>
|
|
|
|
|
2003-08-11 02:44:46 -04:00
|
|
|
# Server-side
|
|
|
|
<reply>
|
|
|
|
<data1>
|
|
|
|
HTTP/1.1 200 OK
|
|
|
|
Date: Thu, 09 Nov 2010 14:49:00 GMT
|
|
|
|
Server: test-server/fake
|
|
|
|
Content-Type: text/html
|
2007-02-04 21:38:25 -05:00
|
|
|
Set-Cookie: test1=one; domain=foo.com; expires=Sat Feb 2 11:56:27 GMT 2030
|
|
|
|
Set-Cookie: test2=two; domain=host.foo.com; expires=Sat Feb 2 11:56:27 GMT 2030
|
|
|
|
Set-Cookie: test3=three; domain=foo.com; expires=Sat Feb 2 11:56:27 GMT 2030
|
2003-08-11 02:44:46 -04:00
|
|
|
Content-Length: 29
|
|
|
|
|
|
|
|
run 1: set cookie 1, 2 and 3
|
|
|
|
</data1>
|
|
|
|
<data2>
|
|
|
|
HTTP/1.1 200 OK
|
|
|
|
Date: Thu, 09 Nov 2010 14:49:01 GMT
|
|
|
|
Server: test-server/fake
|
|
|
|
Content-Type: text/html
|
2007-02-04 21:38:25 -05:00
|
|
|
Set-Cookie: test4=four; domain=host.foo.com; expires=Sat Feb 2 11:56:27 GMT 2030
|
|
|
|
Set-Cookie: test5=five; domain=host.foo.com; expires=Sat Feb 2 11:56:27 GMT 2030
|
2003-08-11 02:44:46 -04:00
|
|
|
Content-Length: 26
|
|
|
|
|
|
|
|
run 2: set cookie 4 and 5
|
|
|
|
</data2>
|
|
|
|
<data3>
|
|
|
|
HTTP/1.1 200 OK
|
|
|
|
Date: Thu, 09 Nov 2010 14:49:02 GMT
|
|
|
|
Server: test-server/fake
|
|
|
|
Content-Type: text/html
|
|
|
|
Funny-head: yesyes
|
2007-02-04 21:38:25 -05:00
|
|
|
Set-Cookie: test4=overwritten4; domain=host.foo.com; expires=Sat May 5 GMT 11:56:27 2035
|
|
|
|
Set-Cookie: test1=overwritten1; domain=foo.com; expires=Thu Mar 3 GMT 11:56:27 2033
|
2003-08-11 02:44:46 -04:00
|
|
|
Content-Type: text/html
|
|
|
|
Content-Length: 32
|
|
|
|
|
|
|
|
run 3: overwrite cookie 1 and 4
|
2005-06-03 10:06:03 -04:00
|
|
|
</data3>
|
2003-08-11 02:44:46 -04:00
|
|
|
</reply>
|
|
|
|
|
|
|
|
# Client-side
|
|
|
|
<client>
|
|
|
|
<server>
|
|
|
|
http
|
|
|
|
</server>
|
|
|
|
<name>
|
|
|
|
HTTP with shared cookie list (and dns cache)
|
|
|
|
</name>
|
2007-07-10 18:27:16 -04:00
|
|
|
# Explicitly set the time zone to a known good one, in case the user is
|
|
|
|
# using one of the 'right' zones that take into account leap seconds
|
|
|
|
# which causes the cookie expiry times to be different.
|
|
|
|
<setenv>
|
|
|
|
TZ=GMT
|
|
|
|
</setenv>
|
2003-08-11 02:44:46 -04:00
|
|
|
<tool>
|
|
|
|
lib506
|
|
|
|
</tool>
|
|
|
|
<command>
|
2004-09-08 04:08:38 -04:00
|
|
|
http://%HOSTIP:%HTTPPORT/506
|
2003-08-11 02:44:46 -04:00
|
|
|
</command>
|
|
|
|
</client>
|
|
|
|
|
|
|
|
# Verify data after the test has been "shot"
|
|
|
|
<verify>
|
2005-06-03 10:06:03 -04:00
|
|
|
<stdout mode="text">
|
2003-08-11 02:44:46 -04:00
|
|
|
GLOBAL_INIT
|
|
|
|
SHARE_INIT
|
2006-07-17 12:47:07 -04:00
|
|
|
CURLSHOPT_LOCKFUNC
|
|
|
|
CURLSHOPT_UNLOCKFUNC
|
|
|
|
CURLSHOPT_USERDATA
|
2003-08-11 02:44:46 -04:00
|
|
|
CURL_LOCK_DATA_COOKIE
|
|
|
|
CURL_LOCK_DATA_DNS
|
|
|
|
*** run 1
|
|
|
|
CURLOPT_SHARE
|
2003-12-16 04:49:36 -05:00
|
|
|
lock: share <Pigs in space>: 0
|
|
|
|
unlock: share <Pigs in space>: 1
|
2003-08-11 02:44:46 -04:00
|
|
|
PERFORM
|
2003-12-16 04:49:36 -05:00
|
|
|
lock: dns <Pigs in space>: 2
|
|
|
|
unlock: dns <Pigs in space>: 3
|
|
|
|
lock: dns <Pigs in space>: 4
|
|
|
|
unlock: dns <Pigs in space>: 5
|
|
|
|
lock: cookie <Pigs in space>: 6
|
|
|
|
unlock: cookie <Pigs in space>: 7
|
|
|
|
lock: cookie <Pigs in space>: 8
|
|
|
|
unlock: cookie <Pigs in space>: 9
|
|
|
|
lock: cookie <Pigs in space>: 10
|
|
|
|
unlock: cookie <Pigs in space>: 11
|
|
|
|
lock: cookie <Pigs in space>: 12
|
|
|
|
unlock: cookie <Pigs in space>: 13
|
2003-08-11 02:44:46 -04:00
|
|
|
run 1: set cookie 1, 2 and 3
|
2003-12-16 04:49:36 -05:00
|
|
|
lock: dns <Pigs in space>: 14
|
|
|
|
unlock: dns <Pigs in space>: 15
|
2005-01-28 17:22:59 -05:00
|
|
|
CLEANUP
|
2003-12-16 04:49:36 -05:00
|
|
|
lock: dns <Pigs in space>: 16
|
|
|
|
unlock: dns <Pigs in space>: 17
|
|
|
|
lock: cookie <Pigs in space>: 18
|
|
|
|
unlock: cookie <Pigs in space>: 19
|
|
|
|
lock: share <Pigs in space>: 20
|
|
|
|
unlock: share <Pigs in space>: 21
|
2007-06-21 10:23:38 -04:00
|
|
|
*** run 2
|
|
|
|
CURLOPT_SHARE
|
|
|
|
lock: share <Pigs in space>: 22
|
|
|
|
unlock: share <Pigs in space>: 23
|
2003-08-11 02:44:46 -04:00
|
|
|
PERFORM
|
2004-10-04 06:36:51 -04:00
|
|
|
lock: dns <Pigs in space>: 24
|
|
|
|
unlock: dns <Pigs in space>: 25
|
2007-06-21 10:23:38 -04:00
|
|
|
lock: dns <Pigs in space>: 26
|
|
|
|
unlock: dns <Pigs in space>: 27
|
2003-12-16 04:49:36 -05:00
|
|
|
lock: cookie <Pigs in space>: 28
|
|
|
|
unlock: cookie <Pigs in space>: 29
|
2004-10-04 06:36:51 -04:00
|
|
|
lock: cookie <Pigs in space>: 30
|
|
|
|
unlock: cookie <Pigs in space>: 31
|
2007-06-21 10:23:38 -04:00
|
|
|
lock: cookie <Pigs in space>: 32
|
|
|
|
unlock: cookie <Pigs in space>: 33
|
2003-08-11 02:44:46 -04:00
|
|
|
run 2: set cookie 4 and 5
|
2004-10-04 06:36:51 -04:00
|
|
|
lock: dns <Pigs in space>: 34
|
|
|
|
unlock: dns <Pigs in space>: 35
|
2007-06-21 10:23:38 -04:00
|
|
|
CLEANUP
|
|
|
|
lock: dns <Pigs in space>: 36
|
|
|
|
unlock: dns <Pigs in space>: 37
|
|
|
|
lock: cookie <Pigs in space>: 38
|
|
|
|
unlock: cookie <Pigs in space>: 39
|
|
|
|
lock: share <Pigs in space>: 40
|
|
|
|
unlock: share <Pigs in space>: 41
|
2003-08-11 02:44:46 -04:00
|
|
|
*** run 3
|
|
|
|
CURLOPT_SHARE
|
2007-06-21 10:23:38 -04:00
|
|
|
lock: share <Pigs in space>: 42
|
|
|
|
unlock: share <Pigs in space>: 43
|
2003-08-11 02:44:46 -04:00
|
|
|
CURLOPT_COOKIEJAR
|
|
|
|
PERFORM
|
2007-06-21 10:23:38 -04:00
|
|
|
lock: dns <Pigs in space>: 44
|
|
|
|
unlock: dns <Pigs in space>: 45
|
|
|
|
lock: dns <Pigs in space>: 46
|
|
|
|
unlock: dns <Pigs in space>: 47
|
2004-10-04 06:36:51 -04:00
|
|
|
lock: cookie <Pigs in space>: 48
|
|
|
|
unlock: cookie <Pigs in space>: 49
|
2007-06-21 10:23:38 -04:00
|
|
|
lock: cookie <Pigs in space>: 50
|
|
|
|
unlock: cookie <Pigs in space>: 51
|
|
|
|
lock: cookie <Pigs in space>: 52
|
|
|
|
unlock: cookie <Pigs in space>: 53
|
2003-08-11 02:44:46 -04:00
|
|
|
run 3: overwrite cookie 1 and 4
|
2007-06-21 10:23:38 -04:00
|
|
|
lock: dns <Pigs in space>: 54
|
|
|
|
unlock: dns <Pigs in space>: 55
|
2003-08-11 02:44:46 -04:00
|
|
|
try SHARE_CLEANUP...
|
2007-06-21 10:23:38 -04:00
|
|
|
lock: share <Pigs in space>: 56
|
|
|
|
unlock: share <Pigs in space>: 57
|
2003-08-11 02:44:46 -04:00
|
|
|
SHARE_CLEANUP failed, correct
|
|
|
|
CLEANUP
|
2007-06-21 10:23:38 -04:00
|
|
|
lock: dns <Pigs in space>: 58
|
|
|
|
unlock: dns <Pigs in space>: 59
|
|
|
|
lock: cookie <Pigs in space>: 60
|
|
|
|
unlock: cookie <Pigs in space>: 61
|
|
|
|
lock: share <Pigs in space>: 62
|
|
|
|
unlock: share <Pigs in space>: 63
|
2003-08-11 02:44:46 -04:00
|
|
|
SHARE_CLEANUP
|
2007-06-21 10:23:38 -04:00
|
|
|
lock: share <Pigs in space>: 64
|
|
|
|
unlock: share <Pigs in space>: 65
|
2003-08-11 02:44:46 -04:00
|
|
|
GLOBAL_CLEANUP
|
|
|
|
</stdout>
|
|
|
|
<stderr>
|
2004-09-08 04:08:38 -04:00
|
|
|
http://%HOSTIP:%HTTPPORT/506
|
2003-08-11 02:44:46 -04:00
|
|
|
</stderr>
|
2005-06-03 10:06:03 -04:00
|
|
|
<file name="log/jar506" mode="text">
|
2003-08-11 02:44:46 -04:00
|
|
|
# Netscape HTTP Cookie File
|
2006-09-27 17:00:45 -04:00
|
|
|
# http://curlm.haxx.se/rfc/cookie_spec.html
|
2003-08-11 02:44:46 -04:00
|
|
|
# This file was generated by libcurl! Edit at your own risk.
|
|
|
|
|
2007-02-04 21:38:25 -05:00
|
|
|
.foo.com TRUE / FALSE 1993463787 test1 overwritten1
|
|
|
|
.host.foo.com TRUE / FALSE 1896263787 test2 two
|
|
|
|
.foo.com TRUE / FALSE 1896263787 test3 three
|
|
|
|
.host.foo.com TRUE / FALSE 2061978987 test4 overwritten4
|
|
|
|
.host.foo.com TRUE / FALSE 1896263787 test5 five
|
2003-08-11 02:44:46 -04:00
|
|
|
</file>
|
|
|
|
</verify>
|
2007-01-22 21:25:56 -05:00
|
|
|
</testcase>
|