github.com/cs3org/reva/v2@v2.27.7/changelog/2.11.0_2022-11-03/return-conflict-vs-notfound.md (about)

     1  Bugfix: return 404 when no permission to space
     2  
     3  WebDAV expects a 409 response when trying to upload into a non existing folder. We fixed the implementation to return 404 when a user has no access to a space and still return a 409 when a parent folder does not exist (and he has access to the space).
     4  
     5  https://github.com/cs3org/reva/pull/3368
     6  https://github.com/cs3org/reva/pull/3300
     7  https://github.com/owncloud/ocis/issues/3561