mirror of
https://github.com/curl/curl.git
synced 2026-08-26 20:43:52 +03:00
cookie: accept "high byte" cookie content
Regression from 597ee915c4 (not shipped in a release)
Reported-by: Carlos Henrique Lima Melara
Assisted-by: Scott Talbert
Added such a cookie to test 31.
Fixes #16692
Closes #16703
This commit is contained in:
parent
51d8213579
commit
5a26b901d4
2 changed files with 4 additions and 1 deletions
|
|
@ -68,6 +68,7 @@ Set-Cookie: withspaces= yes within and around ;
|
|||
Set-Cookie: withspaces2 =before equals;
|
||||
Set-Cookie: prespace= yes before;
|
||||
Set-Cookie: securewithspace=after ; secure =
|
||||
Set-Cookie: ³Ã\x92Ã\x9aÃ\x8dÃ\x97=%96%A6g%9Ay%B0%A5g%A7tm%7C%95%9A
|
||||
|
||||
boo
|
||||
</data>
|
||||
|
|
@ -110,6 +111,7 @@ Accept: */*
|
|||
# https://curl.se/docs/http-cookies.html
|
||||
# This file was generated by libcurl! Edit at your own risk.
|
||||
|
||||
test31.curl FALSE /we/want/ FALSE 0 ³Ã\x92Ã\x9aÃ\x8dÃ\x97 %96%A6g%9Ay%B0%A5g%A7tm%7C%95%9A
|
||||
test31.curl FALSE /we/want/ FALSE 0 prespace yes before
|
||||
test31.curl FALSE /we/want/ FALSE 0 withspaces2 before equals
|
||||
test31.curl FALSE /we/want/ FALSE 0 withspaces yes within and around
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue