]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
KNOWN_BUGS: aws-sigv4 has problems with particular URLs
authorDaniel Stenberg <daniel@haxx.se>
Mon, 3 Jun 2024 08:04:50 +0000 (10:04 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 3 Jun 2024 08:45:24 +0000 (10:45 +0200)
Closes #13058
Closes #13866

docs/KNOWN_BUGS

index 68c9312dfb19f3a54da8c40fd39789702d62eb56..26547bd09767003466085ba89c58be1c985b3b7f 100644 (file)
@@ -106,6 +106,7 @@ 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
  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
 
  17. HTTP/2
@@ -619,6 +620,10 @@ problems may have been fixed or changed somewhat since this was written.
 
  https://github.com/curl/curl/issues/13351
 
+16.3 aws-sigv4 has problems with particular URLs
+
+ https://github.com/curl/curl/issues/13058
+
 16.6 aws-sigv4 does not behave well with AWS VPC Lattice
 
  https://github.com/curl/curl/issues/11007