Skip to content

[owncloud] Fix double slash in URL

Nicolas Fella requested to merge work/doubleslash into master

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.

Merge request reports