]> source.dussan.org Git - gitblit.git/commit
Added enforced HTTP Basic Authentication
authorLaurens Vrijnsen <laurens.vrijnsen@sioux.eu>
Fri, 22 Mar 2013 11:36:52 +0000 (12:36 +0100)
committerLaurens Vrijnsen <laurens.vrijnsen@sioux.eu>
Fri, 22 Mar 2013 11:36:52 +0000 (12:36 +0100)
commita2ce62e1f360e9cdb2221cfa3b091c02bda857eb
tree63967ac903b770a0eb896e3d94b1e9b2569e4a57
parent64b6f382d35e1fea0172b222277dae0312f274e4
Added enforced HTTP Basic Authentication
14 files changed:
src/WEB-INF/web.xml
src/com/gitblit/EnforceAuthenticationFilter.java [new file with mode: 0644]
src/com/gitblit/wicket/AuthorizationStrategy.java
src/com/gitblit/wicket/GitBlitWebApp.java
src/com/gitblit/wicket/GitBlitWebApp.properties
src/com/gitblit/wicket/GitBlitWebApp_es.properties
src/com/gitblit/wicket/GitBlitWebApp_ja.properties
src/com/gitblit/wicket/GitBlitWebApp_ko.properties
src/com/gitblit/wicket/GitBlitWebApp_nl.properties
src/com/gitblit/wicket/GitBlitWebApp_pl.properties
src/com/gitblit/wicket/GitBlitWebApp_pt_BR.properties
src/com/gitblit/wicket/GitBlitWebApp_zh_CN.properties
src/com/gitblit/wicket/pages/LogoutPage.html [new file with mode: 0644]
src/com/gitblit/wicket/pages/LogoutPage.java