[Bug 766555] souhttpsrc: Handle redirects to non-HTTP URLs

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Tue May 17 10:12:47 UTC 2016


https://bugzilla.gnome.org/show_bug.cgi?id=766555

Sebastian Dröge (slomo) <slomo at coaxion.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #328051|none                        |reviewed
             status|                            |

--- Comment #2 from Sebastian Dröge (slomo) <slomo at coaxion.net> ---
Review of attachment 328051:
 --> (https://bugzilla.gnome.org/review?bug=766555&attachment=328051)

Makes sense

::: ext/soup/gstsouphttpsrc.c
@@ +1127,3 @@
+
+    for (protocol = protocols; *protocol != NULL; ++protocol) {
+      if (g_str_has_prefix (redirection_uri, *protocol)) {

Here now "http" would match on "https://blabla"... or "icy" on
"icyblablabla://". I think this should be a bit more exact

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list