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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Jul 27 14:07:10 PDT 2013


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





--- Comment #31 from Ben Boeckel <mathstuf at gmail.com>  2013-07-27 14:06:57 PST ---
(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. I also see m_previousFailureCount in there. Is it worth plumbing that through (at least as a "has this auth been tried before?" property)?

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