github.com/cs3org/reva/v2@v2.27.7/changelog/1.3.0_2020-10-08/gateway-permissions-errors.md (about)

     1  Bugfix: No longer swallow permissions errors in the gateway
     2  
     3  The gateway is no longer ignoring permissions errors.
     4  It will now check the status for `rpc.Code_CODE_PERMISSION_DENIED` codes
     5  and report them properly using `status.NewPermissionDenied` or `status.NewInternal` instead of reusing the original response status.
     6  
     7  https://github.com/cs3org/reva/pull/1210