WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
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+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Jeff Miller
Comment 1
2013-07-09 12:33:46 PDT
<
rdar://problem/14391944
>
Jeff Miller
Comment 2
2013-07-09 12:37:27 PDT
Created
attachment 206347
[details]
Patch
Jeff Miller
Comment 3
2013-07-09 13:20:58 PDT
Committed
http://trac.webkit.org/changeset/152513
.
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.
Top of Page
Format For Printing
XML
Clone This Bug