From 0d3e3ca5b85d7e81066030a5081ea3a9cbe76607 Mon Sep 17 00:00:00 2001 From: James Moger <james.moger@gitblit.com> Date: Thu, 21 Jul 2011 14:48:15 -0400 Subject: [PATCH] Rollback to Jetty 7.4.3 for now. --- src/com/gitblit/wicket/GitBlitWebApp.properties | 8 +++++--- 1 files changed, 5 insertions(+), 3 deletions(-) diff --git a/src/com/gitblit/wicket/GitBlitWebApp.properties b/src/com/gitblit/wicket/GitBlitWebApp.properties index 2ed61fa..dab5fa0 100644 --- a/src/com/gitblit/wicket/GitBlitWebApp.properties +++ b/src/com/gitblit/wicket/GitBlitWebApp.properties @@ -40,8 +40,8 @@ gb.pageNext = next gb.head = HEAD gb.blame = blame -gb.login = Login -gb.logout = Logout +gb.login = login +gb.logout = logout gb.username = username gb.password = password gb.tagger = tagger @@ -99,4 +99,6 @@ gb.commitActivityTrend = commit activity trend gb.commitActivityDOW = commit activity by day of week gb.commitActivityAuthors = primary authors by commit activity -gb.feed = feed \ No newline at end of file +gb.feed = feed +gb.cancel = cancel +gb.changePassword = change password \ No newline at end of file -- Gitblit v1.9.1