Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Generate Keys class from gitblit.properties as part of build process. | James Moger | 2011-04-14 | 1 | -2/+2 |
| | |||||
* | Authenticate the webapp against the same realm as the git servlet. | James Moger | 2011-04-14 | 1 | -0/+32 |
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. |