[Webkit-unassigned] [Bug 116537] New: can no longer veto the showing of WebKitGTK's default authentication prompter

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 21 07:47:00 PDT 2013


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

           Summary: can no longer veto the showing of WebKitGTK's default
                    authentication prompter
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebKit Gtk
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: grant_gayed at ca.ibm.com
                CC: mrobinson at webkit.org


- using WebKit1 API

Prior to WebKitGTK 2.0 we could replace the default WebKitGTK soup authentication prompter by connecting our "authenticate" signal handler before it (so that we would be invoked first), and then stopping the emission of the signal in our handler (so that the default prompter would not subsequently be shown).

However as of 2.0.x, WebKitGTK's default authentication prompter is always shown after ours, even if our prompter has already performed the authentication (ie.- stopping the emission of the "authenticate" signal is no longer effective).

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