From 6dc793338acb3cd17716b5dc886885d0fb2d6181 Mon Sep 17 00:00:00 2001 From: Arthur Schiwon Date: Fri, 29 Jan 2016 13:28:17 +0100 Subject: url encode id --- apps/dav/lib/connector/sabre/commentpropertiesplugin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/dav') 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; } -- cgit v1.2.3