mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-03-04 19:30:51 +01:00
In SCMM v2 we use permissions. The checks are already implemented in DefaultUserManager called by the resource. When not authorized, the check results in an AuthorizationException, which is mapped to 403. As this is no longer realized in the resource, the corresponding test is removed.