Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-05-27 | Digest auth: escape user names with \ or " in them | Daniel Stenberg | |
When sending the HTTP Authorization: header for digest, the user name needs to be escaped if it contains a double-quote or backslash. Test 1229 was added to verify Reported and fixed by: Nach M. S Bug: http://curl.haxx.se/bug/view.cgi?id=1230 |