Skip to content

Commit 853dade

Browse files
committed
Make webdav URL absolute according to spec
1 parent 01f927d commit 853dade

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/federatedfilesharing/lib/Controller/OcmController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -423,7 +423,7 @@ public function processNotification($notificationType,
423423
*/
424424
protected function getProtocols() {
425425
return [
426-
'webdav' => '/public.php/webdav/'
426+
'webdav' => $this->urlGenerator->getAbsoluteURL('/public.php/webdav/')
427427
];
428428
}
429429

0 commit comments

Comments
 (0)