mirror of
https://github.com/moparisthebest/curl
synced 2024-11-11 03:55:03 -05:00
modified test case 8 to also make sure that we deal with cookies using
identical names but different paths properly
This commit is contained in:
parent
877dad1e24
commit
48032c0880
@ -40,6 +40,7 @@ Set-Cookie: mismatch=this; domain=127.0.0.1; path="/silly/";
|
|||||||
Set-Cookie: partmatch=present; domain=.0.0.1; path=/;
|
Set-Cookie: partmatch=present; domain=.0.0.1; path=/;
|
||||||
Set-Cookie: duplicate=test; domain=.0.0.1; domain=.0.0.1; path=/donkey;
|
Set-Cookie: duplicate=test; domain=.0.0.1; domain=.0.0.1; path=/donkey;
|
||||||
Set-Cookie: cookie=yes; path=/we;
|
Set-Cookie: cookie=yes; path=/we;
|
||||||
|
Set-Cookie: cookie=perhaps; path=/we/want;
|
||||||
Set-Cookie: nocookie=yes; path=/WE;
|
Set-Cookie: nocookie=yes; path=/WE;
|
||||||
Set-Cookie: blexp=yesyes; domain=.0.0.1; domain=.0.0.1; expiry=totally bad;
|
Set-Cookie: blexp=yesyes; domain=.0.0.1; domain=.0.0.1; expiry=totally bad;
|
||||||
|
|
||||||
@ -55,7 +56,7 @@ Set-Cookie: blexp=yesyes; domain=.0.0.1; domain=.0.0.1; expiry=totally bad;
|
|||||||
GET /we/want/8 HTTP/1.1
|
GET /we/want/8 HTTP/1.1
|
||||||
Host: %HOSTIP:%HTTPPORT
|
Host: %HOSTIP:%HTTPPORT
|
||||||
Accept: */*
|
Accept: */*
|
||||||
Cookie: cookie=yes; partmatch=present; foobar=name; blexp=yesyes
|
Cookie: cookie=perhaps; cookie=yes; partmatch=present; foobar=name; blexp=yesyes
|
||||||
|
|
||||||
</protocol>
|
</protocol>
|
||||||
</verify>
|
</verify>
|
||||||
|
Loading…
Reference in New Issue
Block a user