gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnurl] 70/282: KNOWN_BUGS: Multiple methods in a single WWW-Authenticat


From: gnunet
Subject: [gnurl] 70/282: KNOWN_BUGS: Multiple methods in a single WWW-Authenticate: header
Date: Wed, 01 Apr 2020 14:28:55 +0200

This is an automated email from the git hooks/post-receive script.

ng0 pushed a commit to branch master
in repository gnurl.

commit 0a7b7a9d401fddd5bcde6801b1813794a2744766
Author: Daniel Stenberg <address@hidden>
AuthorDate: Wed Jan 29 07:57:42 2020 +0100

    KNOWN_BUGS: Multiple methods in a single WWW-Authenticate: header
---
 docs/KNOWN_BUGS | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/docs/KNOWN_BUGS b/docs/KNOWN_BUGS
index ef3594672..93cac0f88 100644
--- a/docs/KNOWN_BUGS
+++ b/docs/KNOWN_BUGS
@@ -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

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]