Merge pull request #40594 from lorenz/fix-dav-url

pull/41338/head
John Molakvoæ 4 months ago committed by GitHub
commit ebd46c24d7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -921,7 +921,7 @@ class DAV extends Common {
}
foreach ($responses as $file => $response) {
$file = urldecode($file);
$file = rawurldecode($file);
$file = substr($file, strlen($this->root));
$file = $this->cleanPath($file);
$this->statCache->set($file, $response);

Loading…
Cancel
Save