aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2007-02-05 02:38:25 +0000
committerYang Tse <yangsita@gmail.com>2007-02-05 02:38:25 +0000
commit9b6474378a4cc5574206e9586ad001200b1205f8 (patch)
treed496ac85fd3ac55eb96d9b4ac8dfc938dc8642d7 /tests
parent5446ed47339fc0a44b88c2d0353c897b71444bd2 (diff)
Year 2038 has its own problems (32 bit integer overflow).
So cookie expiration date is lowered to expire at most in 2035.
Diffstat (limited to 'tests')
-rw-r--r--tests/data/test318
-rw-r--r--tests/data/test464
-rw-r--r--tests/data/test50624
-rw-r--r--tests/data/test618
-rw-r--r--tests/data/test626
5 files changed, 25 insertions, 25 deletions
diff --git a/tests/data/test31 b/tests/data/test31
index 5211d3a5b..080071f13 100644
--- a/tests/data/test31
+++ b/tests/data/test31
@@ -22,10 +22,10 @@ Set-Cookie: partmatch=present; domain=127.0.0.1 ; path=/;
Set-Cookie:eat=this; domain=moo.foo.moo;
Set-Cookie: eat=this-too; domain=.foo.moo;
Set-Cookie: nodomainnovalue
-Set-Cookie: nodomain=value; expires=Tue Feb 1 11:56:27 GMT 2038
+Set-Cookie: nodomain=value; expires=Fri Feb 2 11:56:27 GMT 2035
Set-Cookie: novalue; domain=reallysilly
-Set-Cookie: test=yes; domain=foo.com; expires=Tue Feb 1 11:56:27 GMT 2038
-Set-Cookie: test2=yes; domain=se; expires=Tue Feb 1 11:56:27 GMT 2038
+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
boo
</data>
@@ -62,7 +62,7 @@ Accept: */*
.127.0.0.1 TRUE /silly/ FALSE 0 ismatch this
.127.0.0.1 TRUE / FALSE 0 partmatch present
-127.0.0.1 FALSE /we/want/ FALSE 2147483647 nodomain value
+127.0.0.1 FALSE /we/want/ FALSE 2054030187 nodomain value
</file>
</verify>
</testcase>
diff --git a/tests/data/test46 b/tests/data/test46
index 0ef4b5e47..de60f7cc7 100644
--- a/tests/data/test46
+++ b/tests/data/test46
@@ -14,7 +14,7 @@ HTTP/1.1 200 OK
Server: Microsoft-IIS/4.0
Date: Tue, 25 Sep 2001 19:37:44 GMT
Content-Type: text/html
-Set-Cookie: ckyPersistent=permanent; expires=Tue, 01-Feb-2038 11:56:27 GMT; path=/
+Set-Cookie: ckyPersistent=permanent; expires=Fri, 02-Feb-2035 11:56:27 GMT; path=/
Set-Cookie: ckySession=temporary; path=/
Set-Cookie: ASPSESSIONIDQGGQQSJJ=GKNBDIFAAOFDPDAIEAKDIBKE; path=/
Set-Cookie: justaname=; path=/;
@@ -70,7 +70,7 @@ www.fake.come FALSE / FALSE 1022144953 cookiecliente si
www.loser.com FALSE / FALSE 1139150993 UID 99
127.0.0.1 FALSE / FALSE 1439150993 mooo indeed
127.0.0.1 FALSE / FALSE 0 empty
-127.0.0.1 FALSE / FALSE 2147483647 ckyPersistent permanent
+127.0.0.1 FALSE / FALSE 2054030187 ckyPersistent permanent
127.0.0.1 FALSE / FALSE 0 ckySession temporary
127.0.0.1 FALSE / FALSE 0 ASPSESSIONIDQGGQQSJJ GKNBDIFAAOFDPDAIEAKDIBKE
127.0.0.1 FALSE / FALSE 0 justaname
diff --git a/tests/data/test506 b/tests/data/test506
index b186f1f21..1d658f3fa 100644
--- a/tests/data/test506
+++ b/tests/data/test506
@@ -6,9 +6,9 @@ HTTP/1.1 200 OK
Date: Thu, 09 Nov 2010 14:49:00 GMT
Server: test-server/fake
Content-Type: text/html
-Set-Cookie: test1=one; domain=foo.com; expires=Tue Feb 1 11:56:27 GMT 2038
-Set-Cookie: test2=two; domain=host.foo.com; expires=Tue Feb 1 11:56:27 GMT 2038
-Set-Cookie: test3=three; domain=foo.com; expires=Tue Feb 1 11:56:27 GMT 2038
+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
Content-Length: 29
run 1: set cookie 1, 2 and 3
@@ -18,8 +18,8 @@ HTTP/1.1 200 OK
Date: Thu, 09 Nov 2010 14:49:01 GMT
Server: test-server/fake
Content-Type: text/html
-Set-Cookie: test4=four; domain=host.foo.com; expires=Tue Feb 1 11:56:27 GMT 2038
-Set-Cookie: test5=five; domain=host.foo.com; expires=Tue Feb 1 11:56:27 GMT 2038
+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
Content-Length: 26
run 2: set cookie 4 and 5
@@ -30,8 +30,8 @@ Date: Thu, 09 Nov 2010 14:49:02 GMT
Server: test-server/fake
Content-Type: text/html
Funny-head: yesyes
-Set-Cookie: test4=overwritten4; domain=host.foo.com; expires=Thu Dec 31 23:59:59 GMT 2009
-Set-Cookie: test1=overwritten1; domain=foo.com; expires=Tue Feb 2 11:56:27 GMT 2007
+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
Content-Type: text/html
Content-Length: 32
@@ -154,11 +154,11 @@ http://%HOSTIP:%HTTPPORT/506
# http://curlm.haxx.se/rfc/cookie_spec.html
# This file was generated by libcurl! Edit at your own risk.
-.foo.com TRUE / FALSE 1170417387 test1 overwritten1
-.host.foo.com TRUE / FALSE 2147483647 test2 two
-.foo.com TRUE / FALSE 2147483647 test3 three
-.host.foo.com TRUE / FALSE 1262303999 test4 overwritten4
-.host.foo.com TRUE / FALSE 2147483647 test5 five
+.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
</file>
</verify>
</testcase>
diff --git a/tests/data/test61 b/tests/data/test61
index 44cf95962..c776c9f82 100644
--- a/tests/data/test61
+++ b/tests/data/test61
@@ -16,8 +16,8 @@ Date: Thu, 09 Nov 2010 14:49:00 GMT
Server: test-server/fake
Content-Type: text/html
Funny-head: yesyes
-Set-Cookie: test=yes; domain=foo.com; expires=Tue Feb 1 11:56:27 GMT 2038
-Set-Cookie: test2=yes; domain=host.foo.com; expires=Tue Feb 1 11:56:27 GMT 2038
+Set-Cookie: test=yes; domain=foo.com; expires=Fri Feb 2 11:56:27 GMT 2035
+Set-Cookie: test2=yes; domain=host.foo.com; expires=Fri Feb 2 11:56:27 GMT 2035
Set-Cookie: test3=maybe; domain=foo.com; path=/moo; secure
Set-Cookie: test4=no; domain=nope.foo.com; path=/moo; secure
Set-Cookie: test5=name; domain=anything.com; path=/ ; secure
@@ -56,8 +56,8 @@ Host: www.host.foo.com
# http://curlm.haxx.se/rfc/cookie_spec.html
# This file was generated by libcurl! Edit at your own risk.
-.foo.com TRUE /we/want/ FALSE 2147483647 test yes
-.host.foo.com TRUE /we/want/ FALSE 2147483647 test2 yes
+.foo.com TRUE /we/want/ FALSE 2054030187 test yes
+.host.foo.com TRUE /we/want/ FALSE 2054030187 test2 yes
.foo.com TRUE /moo TRUE 0 test3 maybe
</file>
</verify>
diff --git a/tests/data/test62 b/tests/data/test62
index f0e4240c6..cba6317b8 100644
--- a/tests/data/test62
+++ b/tests/data/test62
@@ -33,9 +33,9 @@ http://%HOSTIP:%HTTPPORT/we/want/62 -b log/jar62.txt -H "Host: www.host.foo.com"
# http://curlm.haxx.se/rfc/cookie_spec.html
# This file was generated by libcurl! Edit at your own risk.
-.foo.com TRUE /we/want/ FALSE 2147483647 test yes
-.host.foo.com TRUE /we/want/ FALSE 2147483647 test2 yes
-.fake.host.foo.com TRUE /we/want/ FALSE 2147483647 test4 yes
+.foo.com TRUE /we/want/ FALSE 2054030187 test yes
+.host.foo.com TRUE /we/want/ FALSE 2054030187 test2 yes
+.fake.host.foo.com TRUE /we/want/ FALSE 2054030187 test4 yes
.foo.com TRUE /moo TRUE 0 test3 maybe
</file>