WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
151775
Fix authentication requests with NetworkSession and canHandleHTTPSServerTrustEvaluation true
https://bugs.webkit.org/show_bug.cgi?id=151775
Summary
Fix authentication requests with NetworkSession and canHandleHTTPSServerTrust...
Alex Christensen
Reported
2015-12-02 14:20:10 PST
Fix authentication requests with NetworkSession and canHandleHTTPSServerTrustEvaluation true
Attachments
Patch
(6.06 KB, patch)
2015-12-02 14:24 PST
,
Alex Christensen
cdumez
: review+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Alex Christensen
Comment 1
2015-12-02 14:24:27 PST
Created
attachment 266471
[details]
Patch
Alex Christensen
Comment 2
2015-12-02 15:17:12 PST
rdar://problem/23586265
Chris Dumez
Comment 3
2015-12-02 15:18:38 PST
Comment on
attachment 266471
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=266471&action=review
r=me with suggestion
> Source/WebKit2/NetworkProcess/NetworkLoad.cpp:-284 > - notImplemented();
I would just do a: "auto completionHandler = WTF::move(m_completionHandler);" here, to avoid having to nullify m_completionHandler in all the branches.
Alex Christensen
Comment 4
2015-12-02 15:51:30 PST
http://trac.webkit.org/changeset/192982
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