mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-03-13 07:40:21 +01:00
If anonymous access is enabled and read requests are granted to hg repositories for the anonymous user, write requests fail also for users with write requests, because no authentication header has been sent along with the 401. This fixes this issue in the default cgi servlet.