We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7451105 + 89bce5c commit 9d0200cCopy full SHA for 9d0200c
apps/dav/lib/Connector/Sabre/ExceptionLoggerPlugin.php
@@ -45,6 +45,9 @@ class ExceptionLoggerPlugin extends \Sabre\DAV\ServerPlugin {
45
// forbidden can be expected when trying to upload to
46
// read-only folders for example
47
Forbidden::class => true,
48
+ // our forbidden is expected when access control is blocking
49
+ // an item in a folder
50
+ \OCA\DAV\Connector\Sabre\Exception\Forbidden::class => true,
51
// Happens when an external storage or federated share is temporarily
52
// not available
53
StorageNotAvailableException::class => true,
0 commit comments