From f24dc09d209a2f91ca38d854f0c15ad93f3d7e2d Mon Sep 17 00:00:00 2001 From: YAMADA Yasuharu Date: Wed, 12 Jun 2013 11:19:56 +0200 Subject: cookies: follow-up fix for path checking The initial fix to only compare full path names were done in commit 04f52e9b4db0 but found out to be incomplete. This takes should make the change more complete and there's now two additional tests to verify (test 31 and 62). --- tests/data/test62 | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'tests/data/test62') diff --git a/tests/data/test62 b/tests/data/test62 index 19886066f..2e5d1db03 100644 --- a/tests/data/test62 +++ b/tests/data/test62 @@ -29,7 +29,7 @@ http HTTP, send cookies when using custom Host: -http://%HOSTIP:%HTTPPORT/we/want/62 -b log/jar62.txt -H "Host: www.host.foo.com" +http://%HOSTIP:%HTTPPORT/we/want/62 http://%HOSTIP:%HTTPPORT/we/want?hoge=fuga -b log/jar62.txt -H "Host: www.host.foo.com" # Netscape HTTP Cookie File @@ -55,6 +55,11 @@ Accept: */* Cookie: test2=yes; test=yes Host: www.host.foo.com +GET /we/want?hoge=fuga HTTP/1.1 +Accept: */* +Cookie: test2=yes; test=yes +Host: www.host.foo.com + -- cgit v1.2.3