Bug 87706

Summary: [BlackBerry] Refactoring http/proxy authentication to use authcallback mechanism introduced with libcurl
Product: WebKit Reporter: Jonathan Dong <jonathan.dong.webkit>
Component: WebKit BlackBerryAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: charles.wei, joenotcharles, leo.yang, rwlbuis, staikos, tonikitoo, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Jonathan Dong
Reported 2012-05-29 01:06:33 PDT
RIM PR: 152357 We are trying to use libcurl's new feature: authentication callback mechanism to refactor our current implementation of http/proxy authentication process. This feature in libcurl is contributed by Joe Mason and will be an important new feature in libcurl's next release. For now we have a work around solution in platform repository to simulate the same logic. With this mechanism we don't need to handle all the intermediate authentication headers for some of the http authentication scheme, what we only need to do is to provide libcurl with the credentials when it calls the authentication callback.
Attachments
Patch (8.80 KB, patch)
2012-05-29 02:34 PDT, Jonathan Dong
no flags
Jonathan Dong
Comment 1 2012-05-29 02:34:37 PDT
WebKit Review Bot
Comment 2 2012-05-29 10:14:34 PDT
Comment on attachment 144492 [details] Patch Clearing flags on attachment: 144492 Committed r118801: <http://trac.webkit.org/changeset/118801>
WebKit Review Bot
Comment 3 2012-05-29 10:14:39 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.