[webkit-reviews] review requested: [Bug 38956] [Gtk] http/tests/xmlhttprequest/basic-auth-default.html fails : [Attachment 69924] Fix basic authentication in WebKitGtk+

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


Sergio Villar Senin <svillar at igalia.com> has asked  for review:
Bug 38956: [Gtk] http/tests/xmlhttprequest/basic-auth-default.html fails
https://bugs.webkit.org/show_bug.cgi?id=38956

Attachment 69924: Fix basic authentication in WebKitGtk+
https://bugs.webkit.org/attachment.cgi?id=69924&action=review

------- Additional Comments from Sergio Villar Senin <svillar at igalia.com>
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.


More information about the webkit-reviews mailing list