Files
ocis/changelog/6.2.0_2024-07-30/fix-401-on-admin-resources-by-nonadmin.md
2024-07-30 11:05:41 +02:00

264 B

Bugfix: Fix restarting of postprocessing

We fixed a bug where non-admin requests to admin resources would get 401 Unauthorized. Now, the server sends 403 Forbidden response.

https://github.com/owncloud/ocis/pull/6945 https://github.com/owncloud/ocis/issues/5938