[Webkit-unassigned] [Bug 38956] [Gtk] http/tests/xmlhttprequest/basic-auth-default.html fails

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 6 04:43:41 PDT 2010


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


Sergio Villar Senin <svillar at igalia.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #69924|                            |review?
               Flag|                            |




--- Comment #1 from Sergio Villar Senin <svillar at igalia.com>  2010-10-06 04:43:41 PST ---
Created an attachment (id=69924)
 --> (https://bugs.webkit.org/attachment.cgi?id=69924)
Fix basic authentication in WebKitGtk+

libsoup does support sending credentials to directories under known protection spaces. The problem was basically located in soup_uri_to_string() function used to create the request. That function never returns the password, that's why authentication fails. This patch provides a wrapper over that function that makes this test work properly.

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