From 399b9b6769908f98e4dfb9658d3f9fae0ee03719 Mon Sep 17 00:00:00 2001
From: Benjamin Asbach <asbachb@benjamins-mbp.fritz.box>
Date: Sat, 04 Jan 2014 10:29:12 -0500
Subject: [PATCH] Evaluate X_Forwarded_Context only when X-Forwarded-Context is not set

---
 src/main/java/com/gitblit/wicket/GitBlitWebApp.properties |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/src/main/java/com/gitblit/wicket/GitBlitWebApp.properties b/src/main/java/com/gitblit/wicket/GitBlitWebApp.properties
index 526093a..0555331 100644
--- a/src/main/java/com/gitblit/wicket/GitBlitWebApp.properties
+++ b/src/main/java/com/gitblit/wicket/GitBlitWebApp.properties
@@ -8,6 +8,7 @@
 gb.author = author
 gb.committer = committer
 gb.commit = commit
+gb.age = age
 gb.tree = tree
 gb.parent = parent
 gb.url = URL
@@ -504,4 +505,7 @@
 gb.anonymousUser= anonymous
 gb.commitMessageRenderer = commit message renderer
 gb.diffStat = {0} insertions & {1} deletions
-gb.home = home
\ No newline at end of file
+gb.home = home
+gb.isMirror = this repository is a mirror
+gb.mirrorOf = mirror of {0}
+gb.mirrorWarning = this repository is a mirror and can not receive pushes
\ No newline at end of file

--
Gitblit v1.9.1