]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
test1561: adjusted for the cookie fix
authorDaniel Stenberg <daniel@haxx.se>
Thu, 19 May 2022 12:48:26 +0000 (14:48 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 19 May 2022 12:48:26 +0000 (14:48 +0200)
tests/data/test1561

index fbfea08c6ff058be76265f17fc2a214e38f9e2cc..882b257805616fcc7fc60ccdaf4425c7942d4c5e 100644 (file)
@@ -35,12 +35,12 @@ nomnom
 HTTP/1.1 200 OK
 Date: Tue, 09 Nov 2010 14:49:00 GMT
 Server: test-server/fake
-Set-Cookie: super=secret; domain=example.com; path=/%TESTNUMBER; httponly;
-Set-Cookie: super=secret; domain=example.com; path=/%TESTNUMBER/; httponly;
-Set-Cookie: super=secret; domain=example.com; path=/15; httponly;
+Set-Cookie: super=plain; domain=example.com; path=/%TESTNUMBER; httponly;
+Set-Cookie: super=plain; domain=example.com; path=/%TESTNUMBER/; httponly;
+Set-Cookie: super=plain; domain=example.com; path=/15; httponly;
 Set-Cookie: public=yes; domain=example.com; path=/foo;
-Set-Cookie: supersuper=secret; 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/en;
+Set-Cookie: supersuper=plain; domain=example.com; path=/%TESTNUMBER/login;
 Set-Cookie: secureoverhttp=yes; domain=example.com; path=/%TESTNUMBER; secure;
 Set-Cookie: __Secure-SID=22345; Domain=example.com
 Set-Cookie: __Secure-SID=22346; Secure; Domain=example.com
@@ -94,11 +94,12 @@ Accept: */*
 # This file was generated by libcurl! Edit at your own risk.
 
 .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
 .example.com   TRUE    /       TRUE    0       supersupersuper secret
 .example.com   TRUE    /       TRUE    0       __Secure-SID    12346
 .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>
 
 </verify>