github.com/cs3org/reva/v2@v2.27.7/changelog/1.4.0_2020-11-17/propfind-backwards-compatibility.md (about) 1 Bugfix: Fix propfind response code on forbidden files 2 3 When executing a propfind to a resource owned by another user the service would respond with a HTTP 403. 4 In ownCloud 10 the response was HTTP 207. This change sets the response code to HTTP 207 to stay backwards compatible. 5 6 https://github.com/cs3org/reva/pull/1259 7