From c0b5d378dc84ba7fc89bf16f9a92bf9bd32943de Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Sun, 10 May 2009 18:02:37 +0000 Subject: made the cookie tests 61 and 62 test httponly cookies, both receiving in headers and reading from cookie-jar --- tests/data/test62 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tests/data/test62') diff --git a/tests/data/test62 b/tests/data/test62 index db6627250..99eca1ecc 100644 --- a/tests/data/test62 +++ b/tests/data/test62 @@ -5,6 +5,7 @@ HTTP HTTP GET HTTP replaced headers cookies +httponly @@ -35,7 +36,7 @@ http://%HOSTIP:%HTTPPORT/we/want/62 -b log/jar62.txt -H "Host: www.host.foo.com" # http://curl.haxx.se/rfc/cookie_spec.html # This file was generated by libcurl! Edit at your own risk. -.foo.com TRUE /we/want/ FALSE 2054030187 test yes +#HttpOnly_.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 -- cgit v1.2.3