Skip to content
  • Nicolas Fella's avatar
    [owncloud] Fix double slash in URL · 1512b544
    Nicolas Fella authored
    When the path is "/" RemoveTrailingSlash doesn't remove the slash.
    If we then unconditionally append another slash we end up with a double slash that owncloud does not like.
    1512b544