Bug 127806 - [Mac] Handle NSURLAuthenticationMethodServerTrust challenges from -resourceLoader:shouldWaitForResponseToAuthenticationChallenge:
Summary: [Mac] Handle NSURLAuthenticationMethodServerTrust challenges from -resourceLo...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Jer Noble
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-01-28 15:19 PST by Jer Noble
Modified: 2014-01-28 21:24 PST (History)
6 users (show)

See Also:


Attachments
Patch (2.16 KB, patch)
2014-01-28 15:33 PST, Jer Noble
no flags Details | Formatted Diff | Diff
Patch (2.16 KB, patch)
2014-01-28 15:48 PST, Jer Noble
no flags Details | Formatted Diff | Diff
Patch (2.16 KB, patch)
2014-01-28 15:49 PST, Jer Noble
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jer Noble 2014-01-28 15:19:04 PST
[Mac] Handle NSURLAuthenticationMethodServerTrust challenges from -resourceLoader:shouldWaitForResponseToAuthenticationChallenge:
Comment 1 Jer Noble 2014-01-28 15:33:45 PST
Created attachment 222511 [details]
Patch
Comment 2 Jer Noble 2014-01-28 15:48:36 PST
Created attachment 222518 [details]
Patch
Comment 3 Jer Noble 2014-01-28 15:49:13 PST
Created attachment 222519 [details]
Patch

Use -isEqualToString: instead of -isEqualTo:.
Comment 4 WebKit Commit Bot 2014-01-28 20:40:17 PST
Comment on attachment 222519 [details]
Patch

Clearing flags on attachment: 222519

Committed r162999: <http://trac.webkit.org/changeset/162999>
Comment 5 WebKit Commit Bot 2014-01-28 20:40:19 PST
All reviewed patches have been landed.  Closing bug.
Comment 6 mitz 2014-01-28 20:47:56 PST
Normally
Comment 7 mitz 2014-01-28 21:24:27 PST
(In reply to comment #6)
> Normally

Whoops, I didn’t mean to leave that comment here :-)