[gstreamer-bugs] [Bug 528868] New: URI schemes/protocols should be handled case insensitive

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Sat Apr 19 00:39:58 PDT 2008


If you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text
at the end of this email. You can add comments to this bug at:
  http://bugzilla.gnome.org/show_bug.cgi?id=528868

  GStreamer | don't know | Ver: HEAD CVS
           Summary: URI schemes/protocols should be handled case insensitive
           Product: GStreamer
           Version: HEAD CVS
          Platform: Other
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: major
          Priority: Normal
         Component: don't know
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: slomo at circular-chaos.org
         QAContact: gstreamer-bugs at lists.sourceforge.net
     GNOME version: Unspecified
   GNOME milestone: Unspecified


Hi,
as Alp Toker pointed out on IRC URI schemes should be handled case insensitive
but all URI schemes we return should be lower case:

<alp>    specify schemes must do so with lowercase letters.  An implementation
<alp>    should accept uppercase letters as equivalent to lowercase in scheme
<alp>    names (e.g., allow "HTTP" as well as "http") for the sake of
<alp>    robustness but should only produce lowercase scheme names for
<alp>    consistency.
<alp> section 3.1 of RFC 3986

Not sure which code this bug affects, at least filesrc and filesink do a case
sensitive check for "file".


-- 
See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why you received
this email, why you can't respond via email, how to stop receiving
emails (or reduce the number you receive), and how to contact someone
if you are having problems with the system.

You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=528868.




More information about the Gstreamer-bugs mailing list