]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
KNOWN_BUGS: Multiple methods in a single WWW-Authenticate: header
authorDaniel Stenberg <daniel@haxx.se>
Wed, 29 Jan 2020 06:57:42 +0000 (07:57 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 29 Jan 2020 06:57:42 +0000 (07:57 +0100)
docs/KNOWN_BUGS

index ef359467269a7edf167e8b8aff8624f6246eb729..93cac0f884f9cfd7a44fa98d38c5d09710e86a70 100644 (file)
@@ -12,6 +12,7 @@ check the changelog of the current development status, as one or more of these
 problems may have been fixed or changed somewhat since this was written!
 
  1. HTTP
+ 1.2 Multiple methods in a single WWW-Authenticate: header
  1.3 STARTTRANSFER time is wrong for HTTP POSTs
  1.4 multipart formposts file name encoding
  1.5 Expect-100 meets 417
@@ -115,6 +116,13 @@ problems may have been fixed or changed somewhat since this was written!
 
 1. HTTP
 
+1.2 Multiple methods in a single WWW-Authenticate: header
+
+ The HTTP responses headers WWW-Authenticate: can provide information about
+ multiple authentication methods as multiple headers or as several methods
+ within a single header. The latter way, several methods in the same physical
+ line, is not supported by libcurl's parser. (For no good reason.)
+
 1.3 STARTTRANSFER time is wrong for HTTP POSTs
 
  Wrong STARTTRANSFER timer accounting for POST requests Timer works fine with