]> source.dussan.org Git - nextcloud-server.git/commit
WebDAV now throws 403 when deletion did not work
authorVincent Petry <pvince81@owncloud.com>
Mon, 22 Sep 2014 10:19:34 +0000 (12:19 +0200)
committerVincent Petry <pvince81@owncloud.com>
Mon, 22 Sep 2014 11:15:17 +0000 (13:15 +0200)
commit470c25eff49c38cb1a3ffbb2b0ce4007093bf26e
tree650b07ad4ceec034fbc58381a6f9874c2371eab8
parent61bb19eff03d28b3725a6ab4841b4c54b9517576
WebDAV now throws 403 when deletion did not work

Assume a permission issue whenever a file could not be deleted.

This is because some storages are not able to return permissions, so a
permission denied situation can only be triggered during direct
deletion.
lib/private/connector/sabre/directory.php
lib/private/connector/sabre/file.php
tests/lib/connector/sabre/directory.php
tests/lib/connector/sabre/file.php