RESOLVED FIXED 118517
AuthenticationMac.mm does not handle NSURLAuthenticationMethodNegotiate
https://bugs.webkit.org/show_bug.cgi?id=118517
Summary AuthenticationMac.mm does not handle NSURLAuthenticationMethodNegotiate
Jeff Miller
Reported 2013-07-09 12:32:46 PDT
When NSURLAuthenticationMethodNegotiate is returned from -[NSURLProtectionSpace authenticationMethod], we need to map it to ProtectionSpaceAuthenticationSchemeNegotiate.
Attachments
Patch (1.72 KB, patch)
2013-07-09 12:37 PDT, Jeff Miller
beidson: review+
Jeff Miller
Comment 1 2013-07-09 12:33:46 PDT
Jeff Miller
Comment 2 2013-07-09 12:37:27 PDT
Jeff Miller
Comment 3 2013-07-09 13:20:58 PDT
Alexey Proskuryakov
Comment 4 2013-07-09 13:35:56 PDT
Comment on attachment 206347 [details] Patch This patch only added support for the scheme in one direction. Shouldn't the mac() function also be updated?
Jeff Miller
Comment 5 2013-07-09 13:49:57 PDT
(In reply to comment #4) > (From update of attachment 206347 [details]) > This patch only added support for the scheme in one direction. Shouldn't the mac() function also be updated? You're right, I'll file another bug about this.
Jeff Miller
Comment 6 2013-07-09 13:52:43 PDT
I filed bug 118518.
Note You need to log in before you can comment on or make changes to this bug.