diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-03-18 12:59:03 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-03-18 12:59:03 +0000 |
commit | 306a05f9ffb7b605af2a87411e1ceda720feace5 (patch) | |
tree | ca10bcce7115b0389b52ad8d2d067219fc2373f7 | |
parent | 81f8350616f9d10c961ed7cec22fe755f6df2043 (diff) |
Mitz Wark's reported Digest re-negotiate problem is issue 30.
-rw-r--r-- | TODO-RELEASE | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/TODO-RELEASE b/TODO-RELEASE index d677a0af2..4115c72f6 100644 --- a/TODO-RELEASE +++ b/TODO-RELEASE @@ -37,6 +37,14 @@ To get fixed in 7.11.2 (planned release May/June 2004) passwords against IIS servers. Requires test cases to be updated accordingly. #915609 +30. Digest re-negotiation is not supported, we wrongly assume a new 401 + response to signify an authenticaion error. We need to detect the + difference between a 401 due to a bad Digest authorization header and a + 401 because the server wants to re-negotiate. + + Mitz Wark provided details and traces here: + http://curl.haxx.se/mail/lib-2004-03/0299.html + To get fixed in 7.12.0 ====================== |