mirror of
https://github.com/curl/curl.git
synced 2026-08-25 14:53:34 +03:00
http_aws_sigv4: fix query normalization of %2b
Reported-by: Nuno Goncalves Fixes #20543 Closes #20550
This commit is contained in:
parent
5c250e2421
commit
ee3a4dff1a
3 changed files with 45 additions and 34 deletions
|
|
@ -83,6 +83,12 @@ static CURLcode test_unit1979(const char *arg)
|
|||
"/example space/",
|
||||
"/example%20space/"
|
||||
},
|
||||
{
|
||||
"get-plus-normalized",
|
||||
true,
|
||||
"/example+space/",
|
||||
"/example%2Bspace/"
|
||||
},
|
||||
{
|
||||
"get-slash-dot-slash-unnormalized",
|
||||
false,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue