mirror of
https://github.com/nextcloud/server.git
synced 2026-02-27 18:37:17 +01:00
When returning a 500 statuscode external applications may interpret this as an error instead of handling this more gracefully. This will now make return a 401 thus. Fixes https://github.com/owncloud/core/issues/17742