diff --git a/changelog/unreleased/zerodepth-propfind-fix.md b/changelog/unreleased/zerodepth-propfind-fix.md new file mode 100644 index 00000000000..a56f29c58c2 --- /dev/null +++ b/changelog/unreleased/zerodepth-propfind-fix.md @@ -0,0 +1,6 @@ +Bugfix: removed stat to all storage providers on Depth:0 PROPFIND to "/" + +This PR removes an unnecessary and potentially problematic call, which would +fail if any of the configured storage providers has an issue. + +https://github.com/cs3org/reva/pull/4497