Skip to content
Snippets Groups Projects
Unverified Commit a7e819c2 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

test1561: adjusted for the cookie fix

parent 3970f8b9
No related merge requests found
...@@ -35,12 +35,12 @@ nomnom ...@@ -35,12 +35,12 @@ nomnom
HTTP/1.1 200 OK HTTP/1.1 200 OK
Date: Tue, 09 Nov 2010 14:49:00 GMT Date: Tue, 09 Nov 2010 14:49:00 GMT
Server: test-server/fake Server: test-server/fake
Set-Cookie: super=secret; domain=example.com; path=/%TESTNUMBER; httponly; Set-Cookie: super=plain; domain=example.com; path=/%TESTNUMBER; httponly;
Set-Cookie: super=secret; domain=example.com; path=/%TESTNUMBER/; httponly; Set-Cookie: super=plain; domain=example.com; path=/%TESTNUMBER/; httponly;
Set-Cookie: super=secret; domain=example.com; path=/15; httponly; Set-Cookie: super=plain; domain=example.com; path=/15; httponly;
Set-Cookie: public=yes; domain=example.com; path=/foo; Set-Cookie: public=yes; domain=example.com; path=/foo;
Set-Cookie: supersuper=secret; domain=example.com; path=/%TESTNUMBER/login/en; Set-Cookie: supersuper=plain; domain=example.com; path=/%TESTNUMBER/login/en;
Set-Cookie: supersuper=secret; domain=example.com; path=/%TESTNUMBER/login; Set-Cookie: supersuper=plain; domain=example.com; path=/%TESTNUMBER/login;
Set-Cookie: secureoverhttp=yes; domain=example.com; path=/%TESTNUMBER; secure; Set-Cookie: secureoverhttp=yes; domain=example.com; path=/%TESTNUMBER; secure;
Set-Cookie: __Secure-SID=22345; Domain=example.com Set-Cookie: __Secure-SID=22345; Domain=example.com
Set-Cookie: __Secure-SID=22346; Secure; Domain=example.com Set-Cookie: __Secure-SID=22346; Secure; Domain=example.com
...@@ -94,11 +94,12 @@ Accept: */* ...@@ -94,11 +94,12 @@ Accept: */*
# This file was generated by libcurl! Edit at your own risk. # This file was generated by libcurl! Edit at your own risk.
.example.com TRUE /foo FALSE 0 public yes .example.com TRUE /foo FALSE 0 public yes
#HttpOnly_.example.com TRUE /15 FALSE 0 super plain
www.example.com FALSE / TRUE 0 __Host-SID 12346 www.example.com FALSE / TRUE 0 __Host-SID 12346
.example.com TRUE / TRUE 0 supersupersuper secret .example.com TRUE / TRUE 0 supersupersuper secret
.example.com TRUE / TRUE 0 __Secure-SID 12346 .example.com TRUE / TRUE 0 __Secure-SID 12346
.example.com TRUE /%TESTNUMBER/login/ TRUE 0 supersuper secret .example.com TRUE /%TESTNUMBER/login/ TRUE 0 supersuper secret
#HttpOnly_.example.com TRUE /15 FALSE 0 super secret .example.com TRUE /1561 TRUE 0 super secret
</file> </file>
</verify> </verify>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment