From eb8089f0ee407fdda97b29848f923f8c92a402f4 Mon Sep 17 00:00:00 2001 From: James Moger <james.moger@gitblit.com> Date: Tue, 04 Nov 2014 17:26:07 -0500 Subject: [PATCH] Merged #216 "Whitelist the "target" link attribute in the XSS filter" --- src/main/java/com/gitblit/wicket/GitBlitWebApp.properties | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/main/java/com/gitblit/wicket/GitBlitWebApp.properties b/src/main/java/com/gitblit/wicket/GitBlitWebApp.properties index 5326042..ce7b522 100644 --- a/src/main/java/com/gitblit/wicket/GitBlitWebApp.properties +++ b/src/main/java/com/gitblit/wicket/GitBlitWebApp.properties @@ -749,3 +749,4 @@ gb.sortLowestPriority = lowest priority gb.sortHighestSeverity = highest severity gb.sortLowestSeverity = lowest severity +gb.missingIntegrationBranchMore = The target integration branch does not exist in the repository! \ No newline at end of file -- Gitblit v1.9.1