github.com/cs3org/reva/v2@v2.27.7/changelog/1.1.0_2020-08-11/download-shares-fix.md (about) 1 Bugfix: Do not stat shared resources when downloading 2 3 Previously, we statted the resources in all download requests resulting in 4 failures when downloading references. This PR fixes that by statting only in 5 case the resource is not present in the shares folder. It also fixes a bug where 6 we allowed uploading to the mount path, resulting in overwriting the user home 7 directory. 8 9 https://github.com/cs3org/reva/pull/1038