Steps to reproduce
- Call
|
protected function convertException(Exception $e, $path = '') { |
- Hit
|
// TODO: only log for now, but in the future need to wrap/rethrow exception |
- Hit
Expected behaviour
Condition is detected and handled (logged, ignored).
Actual behaviour
An unexpected condition is met and a non-existent variable is accessed.
Ref https://sentry.rullzer.com/sentry/nextcloud/issues/150 (for people with access).
Steps to reproduce
server/lib/private/Files/Storage/DAV.php
Line 829 in 8601bbc
server/lib/private/Files/Storage/DAV.php
Line 855 in 8601bbc
server/lib/private/Files/Storage/DAV.php
Line 283 in 8601bbc
Expected behaviour
Condition is detected and handled (logged, ignored).
Actual behaviour
An unexpected condition is met and a non-existent variable is accessed.
Ref https://sentry.rullzer.com/sentry/nextcloud/issues/150 (for people with access).