]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
KNOWN_BUGS: "special characers" in URL works with aws-sigv4
authorDaniel Stenberg <daniel@haxx.se>
Mon, 5 Aug 2024 07:39:58 +0000 (09:39 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 5 Aug 2024 13:25:47 +0000 (15:25 +0200)
Since #13754
Pointed-out-by: Slaven Rezić
Bug: https://github.com/curl/curl/issues/13754#issuecomment-2268374427
Closes #14392

docs/KNOWN_BUGS

index f417a2103904803512af4a813c225c2f9a99dadb..9555e420589358821c94ff629e5616b728ad829a 100644 (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