diff --git a/changelog/unreleased/ignore-stray-shares.md b/changelog/unreleased/ignore-stray-shares.md new file mode 100644 index 0000000000..c7172283d0 --- /dev/null +++ b/changelog/unreleased/ignore-stray-shares.md @@ -0,0 +1,5 @@ +Bugfix: Ensure ignoring stray shares + +When using the json shares manager, it can be the case we found a share with a resource_id that no longer exists. This PR aims to address his case by changing the contract of getPath and return the result of the STAT call instead of a generic error, so we can check the cause. + +https://github.com/cs3org/reva/pull/1064 \ No newline at end of file