github.com/cs3org/reva/v2@v2.27.7/changelog/2.17.0_2023-12-12/return-403-when-not-lock-permitted.md (about)

     1  Bugfix: Return 403 when user is not permitted to log
     2  
     3  When a user tries to lock a file, but doesn't have write access, the correct status code is `403` not `500` like we did until now
     4  
     5  https://github.com/cs3org/reva/pull/4292