mirror of
https://github.com/nextcloud/server.git
synced 2026-06-29 12:24:50 +02:00
2c8aee8f99
It is not allowed to use slashes within path parameters, so they would need to be encoded. But URL encoded slashes are not suported by Apache, so instead replace slash with space. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>