[Bug 758389] rtsp-url: unescape special chars in user/pass part of URL

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Sun Dec 25 12:10:38 UTC 2016


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

Tim-Philipp Müller <t.i.m at zen.co.uk> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |t.i.m at zen.co.uk
         Resolution|---                         |FIXED
   Target Milestone|git master                  |1.11.1
            Summary|Using encoded special       |rtsp-url: unescape special
                   |characters within           |chars in user/pass part of
                   |username/password for a     |URL
                   |rtsp URL                    |

--- Comment #6 from Tim-Philipp Müller <t.i.m at zen.co.uk> ---
Thanks, pushed:

commit 0cf08d90c0b6a2a795d53e124eaa80dee285f81d
Author: Stuart Weaver <stuart.weaver at datapath.co.uk>
Date:   Wed Nov 25 11:30:42 2015 +0000

    rtsp-url: unescape special chars in user/pass part of URL

    This way special characters such as '@' can be used in
    usernames or passwords, e.g.

      rtsp://view:%40dm%4An@<IP-ADDR>/media/camera1

    will now parse username and password into:

      User: view
      Pass: @dm:n

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

Sorry for the delay :)

-- 
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