diff options
author | Vincent Petry <pvince81@owncloud.com> | 2015-06-11 15:25:06 +0200 |
---|---|---|
committer | Vincent Petry <pvince81@owncloud.com> | 2015-06-11 15:25:06 +0200 |
commit | f13a2d925132b30eb1008b0582ba0e210450d33e (patch) | |
tree | 59ca3b5271cfdc44485e980b0a88420ee7efaa77 /lib | |
parent | e5c6a9481f6f50609513e2598b01e162ecc675e3 (diff) | |
download | nextcloud-server-f13a2d925132b30eb1008b0582ba0e210450d33e.tar.gz nextcloud-server-f13a2d925132b30eb1008b0582ba0e210450d33e.zip |
Revert "verify path when getting a node for sabredav"
Diffstat (limited to 'lib')
-rw-r--r-- | lib/private/connector/sabre/objecttree.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/private/connector/sabre/objecttree.php b/lib/private/connector/sabre/objecttree.php index b4acbfaafa7..c56fd7ee4db 100644 --- a/lib/private/connector/sabre/objecttree.php +++ b/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]; |