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 19d1111 + c57df27 commit c750ed6Copy full SHA for c750ed6
apps/dav/lib/Connector/Sabre/ExceptionLoggerPlugin.php
@@ -65,6 +65,9 @@ class ExceptionLoggerPlugin extends \Sabre\DAV\ServerPlugin {
65
// forbidden can be expected when trying to upload to
66
// read-only folders for example
67
Forbidden::class => true,
68
+ // our forbidden is expected when access control is blocking
69
+ // an item in a folder
70
+ \OCA\DAV\Connector\Sabre\Exception\Forbidden::class => true,
71
// Happens when an external storage or federated share is temporarily
72
// not available
73
StorageNotAvailableException::class => true,
0 commit comments