Merge pull request #16883 from owncloud/revert-16880-webdav-verify-path
Revert "verify path when getting a node for sabredav"
This commit is contained in:
commit
cda9685c0e
|
@ -104,8 +104,6 @@ class ObjectTree extends \Sabre\DAV\Tree {
|
|||
throw new \Sabre\DAV\Exception\ServiceUnavailable('filesystem not setup');
|
||||
}
|
||||
|
||||
$this->fileView->verifyPath($path, basename($path));
|
||||
|
||||
$path = trim($path, '/');
|
||||
if (isset($this->cache[$path])) {
|
||||
return $this->cache[$path];
|
||||
|
|
Loading…
Reference in New Issue