Browse Source

Revert "verify path when getting a node for sabredav"

remotes/origin/poc-doctrine-migrations
Vincent Petry 11 years ago
parent
commit
f13a2d9251
  1. 2
      lib/private/connector/sabre/objecttree.php

2
lib/private/connector/sabre/objecttree.php

@ -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…
Cancel
Save