[Webkit-unassigned] [Bug 99352] [GTK] [WebKit2] Add an 'authenticate' signal to WebKitWebView

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jul 29 02:17:43 PDT 2013


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





--- Comment #34 from Brian Holt <brian.holt at samsung.com>  2013-07-29 02:17:30 PST ---
(In reply to comment #31)
> (In reply to comment #29)
> > Looks great! I'll try testing it out with uzbl tonight.
> 
> I'm seeing the following:
> 
> (gdb) list
> <snip>
> 779     WebKitAuthenticationScheme scheme = webkit_authentication_request_get_scheme (request);
> <snip>
> (gdb) p scheme
> $1 = WEBKIT_AUTHENTICATION_SCHEME_UNKNOWN
> (gdb) p request->priv->authenticationChallenge.m_ptr->m_coreAuthenticationChallenge.m_protectionSpace.m_authenticationScheme 
> $2 = WebCore::ProtectionSpaceAuthenticationSchemeHTTPBasic
> 
> so it seems that the auth scheme is mismatching somewhere. 

Hmmm, I'll take a look at that

> I also see m_previousFailureCount in there. Is it worth plumbing that through (at least as a "has this auth been tried before?" property)?

Sure I'll add a _get_previous_failures() function

-- 
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