github.com/cs3org/reva/v2@v2.27.7/changelog/1.3.0_2020-10-08/ocdav-permissions-errors.md (about) 1 Bugfix: No longer swallow permissions errors in ocdav 2 3 The ocdav api is no longer ignoring permissions errors. 4 It will now check the status for `rpc.Code_CODE_PERMISSION_DENIED` codes and report them properly using `http.StatusForbidden` instead of `http.StatusInternalServerError` 5 6 https://github.com/cs3org/reva/pull/1207