diff --git a/apps/dav/lib/connector/sabre/commentpropertiesplugin.php b/apps/dav/lib/connector/sabre/commentpropertiesplugin.php index b09db7110a9..a8d5f771122 100644 --- a/apps/dav/lib/connector/sabre/commentpropertiesplugin.php +++ b/apps/dav/lib/connector/sabre/commentpropertiesplugin.php @@ -105,7 +105,7 @@ class CommentPropertiesPlugin extends ServerPlugin { return null; } $href = substr_replace($href, '/dav/', $entryPoint); - $href .= 'comments/files/' . $node->getId(); + $href .= 'comments/files/' . rawurldecode($node->getId()); return $href; }