James Moger
2011-04-14 fc948cacef9c9b8c0a1e84cbc082ca67cd5f68d9
refs
author James Moger <james.moger@gitblit.com>
Thursday, April 14, 2011 18:29 -0400
committer James Moger <james.moger@gitblit.com>
Thursday, April 14, 2011 18:29 -0400
commitfc948cacef9c9b8c0a1e84cbc082ca67cd5f68d9
tree 4287442c5d74c26c3e4826bc79d02c804cd0f8c4 tree | zip | gz
parent 94b96b5a98bef254128ccc4f5fc0e0c4376324e4 view | 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.
3 files added
12 files modified
406 ■■■■■ changed files
gitblit.properties 19 ●●●●● diff | view | raw | blame | history
src/com/gitblit/Constants.java 6 ●●●●● diff | view | raw | blame | history
src/com/gitblit/GitBlit.java 127 ●●●●● diff | view | raw | blame | history
src/com/gitblit/GitBlitServer.java 47 ●●●● diff | view | raw | blame | history
src/com/gitblit/ILoginService.java 10 ●●●●● diff | view | raw | blame | history
src/com/gitblit/JettyLoginService.java 32 ●●●●● diff | view | raw | blame | history
src/com/gitblit/wicket/GitBlitWebApp.java 93 ●●●●● diff | view | raw | blame | history
src/com/gitblit/wicket/GitBlitWebSession.java 7 ●●●●● diff | view | raw | blame | history
src/com/gitblit/wicket/LoginPage.java 7 ●●●●● diff | view | raw | blame | history
src/com/gitblit/wicket/RepositoryPage.java 3 ●●●● diff | view | raw | blame | history
src/com/gitblit/wicket/User.java 27 ●●●●● diff | view | raw | blame | history
src/com/gitblit/wicket/pages/PatchPage.java 4 ●●●● diff | view | raw | blame | history
src/com/gitblit/wicket/pages/RawPage.java 4 ●●●● diff | view | raw | blame | history
src/com/gitblit/wicket/pages/RepositoriesPage.java 17 ●●●● diff | view | raw | blame | history
users.properties 3 ●●●● diff | view | raw | blame | history