mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-12-30 12:19:49 +01:00
Revert use of GitSmartHttpTools to send unauthoried errors back to the git client, because the password is stored in the git credentials store event if the username or password was invalid. Switch back to default method, which send http status code 401 back to the client. This method does not send the customized client message, but the default one from git is good enough.