From: Daniel Stenberg Date: Mon, 5 Aug 2024 07:39:58 +0000 (+0200) Subject: KNOWN_BUGS: "special characers" in URL works with aws-sigv4 X-Git-Tag: curl-8_10_0~380 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0238a9b0d7fab4db9c1bd683996ac8a0c4fe04d2;p=thirdparty%2Fcurl.git 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 --- diff --git a/docs/KNOWN_BUGS b/docs/KNOWN_BUGS index f417a21039..9555e42058 100644 --- a/docs/KNOWN_BUGS +++ b/docs/KNOWN_BUGS @@ -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