From 0238a9b0d7fab4db9c1bd683996ac8a0c4fe04d2 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 5 Aug 2024 09:39:58 +0200 Subject: [PATCH] KNOWN_BUGS: "special characers" in URL works with aws-sigv4 MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Since #13754 Pointed-out-by: Slaven Rezić Bug: https://github.com/curl/curl/issues/13754#issuecomment-2268374427 Closes #14392 --- docs/KNOWN_BUGS | 5 ----- 1 file changed, 5 deletions(-) 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 -- 2.47.3