Skip to content
Snippets Groups Projects
Commit 43beaba0 authored by Thomas Müller's avatar Thomas Müller
Browse files

Merge pull request #15171 from owncloud/sabre-logforbiddenasdebug

Log forbidden in debug level
parents ec12f5e0 72c1c89b
No related branches found
No related tags found
No related merge requests found
......@@ -24,6 +24,9 @@ class ExceptionLoggerPlugin extends \Sabre\DAV\ServerPlugin {
// exactly the same time from two clients, only one client
// wins, the second one gets "Precondition failed"
'Sabre\DAV\Exception\PreconditionFailed' => true,
// forbidden can be expected when trying to upload to
// read-only folders for example
'Sabre\DAV\Exception\Forbidden' => true,
);
/** @var string */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment