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 540067 - souphttpsrc does not support http authentication
souphttpsrc does not support http authentication
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
0.3.3
Other Linux
: Normal major
: 0.10.9
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2008-06-25 00:23 UTC by Jason Donenfeld
Modified: 2008-06-25 06:36 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Fixes http auth support. (521 bytes, patch)
2008-06-25 00:35 UTC, Jason Donenfeld
committed Details | Review

Description Jason Donenfeld 2008-06-25 00:23:28 UTC
When passing souphttpsrc a url that contains a username and password (http://username:password@domain.com/file.ext), souphttpsrc ignores the username and password and reports back an HTTP 401 error.
Comment 1 Jason Donenfeld 2008-06-25 00:35:01 UTC
Created attachment 113376 [details] [review]
Fixes http auth support.
Comment 2 Sebastian Dröge (slomo) 2008-06-25 06:36:38 UTC
2008-06-25  Sebastian Dröge  <sebastian.droege@collabora.co.uk>

	Patch by: Jason Donenfeld <BugZilla at zx2c4 dot com>

	* ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_got_headers_cb):
	Fix HTTP auth support with user/password passed via the URI.
	Fixes bug #540067.