Skip to content
  • Sebastian Rasmussen's avatar
    Revert "rtsp-session-pool: Make sure session IDs are properly URI-escaped" · 94f3e18c
    Sebastian Rasmussen authored and Sebastian Dröge's avatar Sebastian Dröge committed
    This reverts commit 935e8f85.
    
    RFC 2326 states that session IDs may consist of alphanumeric as well as
    the safe characters $-_.+ -- N.B. the percent character is not allowed.
    
    Previously the session ID was URI-escaped, this meant that any character
    which was not alphanumeric or any of the characters +-._~ would be
    percent encoded. While the RFC (surprisingly) mentions that linear white
    space in session IDs should be URI-escaped, it does not say anything
    about other characters. Moreover no white space is allowed in the
    session ID. Finally the percent character which is the result of
    URI-escaping is not allowed in a session ID.
    
    So there is no reason to do any URI-escaping, and now it is removed.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=742869
    94f3e18c