After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 625854 - user and password ignore in soup_message_new( "http://user:pass@host" )
user and password ignore in soup_message_new( "http://user:pass@host" )
Status: RESOLVED DUPLICATE of bug 631679
Product: libsoup
Classification: Core
Component: API
2.30.x
Other Linux
: Normal normal
: ---
Assigned To: libsoup-maint@gnome.bugs
libsoup-maint@gnome.bugs
Depends on:
Blocks:
 
 
Reported: 2010-08-02 17:06 UTC by barry.scott
Modified: 2010-11-14 16:57 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description barry.scott 2010-08-02 17:06:39 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.
Comment 1 Sergio Villar 2010-10-25 17:39:38 UTC
I guess this is caused by https://bugzilla.gnome.org/show_bug.cgi?id=631679
Comment 2 Dan Winship 2010-11-14 16:57:42 UTC
confirmed that the fix to 631679 fixes this

*** This bug has been marked as a duplicate of bug 631679 ***