GNOME Bugzilla – Bug 625854
user and password ignore in soup_message_new( "http://user:pass@host" )
Last modified: 2010-11-14 16:57:42 UTC
I'm using webkitgtk and telling it to: webkit_web_view_load_uri( webview, "http://user:pass@host" ); I can see that this turns into: soup_message_new( "http://user:pass@host" ) My "authenticate" handler is called to authenticate this message. Given the user and password have already been provided this seems like a bug for libsoup to ignore the user and password.
I guess this is caused by https://bugzilla.gnome.org/show_bug.cgi?id=631679
confirmed that the fix to 631679 fixes this *** This bug has been marked as a duplicate of bug 631679 ***