[Webkit-unassigned] [Bug 149710] New: [GTK] Websites with invalid auth header keep loading forever

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 1 09:38:13 PDT 2015


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

            Bug ID: 149710
           Summary: [GTK] Websites with invalid auth header keep loading
                    forever
    Classification: Unclassified
           Product: WebKit
           Version: WebKit Local Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Keywords: Gtk
          Severity: Normal
          Priority: P2
         Component: Platform
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: cgarcia at igalia.com

We don't correctly handle a null realm from the server when retrieving and storing credentials from libsecret. First secret_attributes_build() fails because we pass a null domain, and we pass null attributes to secret_service_search() that returns early on a g_return macro and the callback is never called so the load doesn't continue after the auth challenge. You can try with https://manga.madokami.com/login

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20151001/8806e367/attachment.html>


More information about the webkit-unassigned mailing list