From: Daniel Stenberg Date: Thu, 19 May 2022 12:48:26 +0000 (+0200) Subject: test1561: adjusted for the cookie fix X-Git-Tag: curl-7_84_0~174 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b6487eb3d45598c6e6528902040f464522f3fd9b;p=thirdparty%2Fcurl.git test1561: adjusted for the cookie fix --- diff --git a/tests/data/test1561 b/tests/data/test1561 index fbfea08c6f..882b257805 100644 --- a/tests/data/test1561 +++ b/tests/data/test1561 @@ -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