[Webkit-unassigned] [Bug 87706] New: [BlackBerry] Refactoring http/proxy authentication to use authcallback mechanism introduced with libcurl

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 29 01:06:35 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=87706

           Summary: [BlackBerry] Refactoring http/proxy authentication to
                    use authcallback mechanism introduced with libcurl
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebKit BlackBerry
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: jonathan.dong at torchmobile.com.cn
                CC: rwlbuis at gmail.com, staikos at kde.org,
                    charles.wei at torchmobile.com.cn, tonikitoo at webkit.org,
                    jmason at rim.com, leo.yang at torchmobile.com.cn


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.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list