[Bug 701266] gst_rtsp_url_parse cannot handle valid path "*"

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Thu May 30 07:09:53 PDT 2013


https://bugzilla.gnome.org/show_bug.cgi?id=701266
  GStreamer | gst-plugins-base | 1.x

--- Comment #3 from Alexander Schrab <alexas at axis.com> 2013-05-30 14:09:47 UTC ---
Take a look at the section of the RFC I mentioned, it's clearly specified that
it is allowed and what it means (operations concerning whole server rather than
single resources).

It was rejected early in the function:

col = strstr (p, "://");
if (col == NULL)
  goto invalid;

Clients do use this functionality for keep alive...

N.B. this is NOT a wildcard thing and should never be treated as a wildcard....

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- 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