commit | fc948cacef9c9b8c0a1e84cbc082ca67cd5f68d9 | [log] [tgz] |
---|---|---|
author | James Moger <james.moger@gitblit.com> | Thu Apr 14 18:29:10 2011 -0400 |
committer | James Moger <james.moger@gitblit.com> | Thu Apr 14 18:29:10 2011 -0400 |
tree | 4287442c5d74c26c3e4826bc79d02c804cd0f8c4 | |
parent | 94b96b5a98bef254128ccc4f5fc0e0c4376324e4 [diff] |
Authenticate the webapp against the same realm as the git servlet. Right now the implementation is hard-coded to pass the realm into a singleton. This won't work for a WAR distribution so I will need to figure out how to properly authenticate the webapp using form authentication and the git servlet using basic authentication - host against the same realm.