KNOWN_BUGS: "special characers" in URL works with aws-sigv4

Since #13754
Pointed-out-by: Slaven Rezić
Bug: https://github.com/curl/curl/issues/13754#issuecomment-2268374427
Closes #14392
This commit is contained in:
Daniel Stenberg 2024-08-05 09:39:58 +02:00
parent 38d334e3e1
commit 0238a9b0d7
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View File

@ -107,7 +107,6 @@ problems may have been fixed or changed somewhat since this was written.
15.13 CMake build with MIT Kerberos does not work
16. aws-sigv4
16.1 aws-sigv4 does not sign requests with * correctly
16.2 aws-sigv4 does not handle multipart/form-data correctly
16.3 aws-sigv4 has problems with particular URLs
16.6 aws-sigv4 does not behave well with AWS VPC Lattice
@ -630,10 +629,6 @@ problems may have been fixed or changed somewhat since this was written.
16. aws-sigv4
16.1 aws-sigv4 does not sign requests with * correctly
https://github.com/curl/curl/issues/7559
16.2 aws-sigv4 does not handle multipart/form-data correctly
https://github.com/curl/curl/issues/13351