github.com/cs3org/reva/v2@v2.27.7/changelog/1.2.1_2020-09-15/do-not-swallow-not-found-stat.md (about) 1 Bugfix: Do not swallow 'not found' errors in Stat 2 3 Webdav needs to determine if a file exists to return 204 or 201 response codes. When stating a non existing resource the NOT_FOUND code was replaced with an INTERNAL error code. This PR passes on a NOT_FOUND status code in the gateway. 4 5 https://github.com/cs3org/reva/pull/1124