From b2331a89980a43a6be95cb72364c6bdd33caf98a Mon Sep 17 00:00:00 2001
From: James Moger <james.moger@gitblit.com>
Date: Sun, 07 Sep 2014 17:38:54 -0400
Subject: [PATCH] Merged #168 "Show account type in teams panel"

---
 src/main/java/com/gitblit/wicket/GitblitRedirectException.java |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/main/java/com/gitblit/wicket/GitblitRedirectException.java b/src/main/java/com/gitblit/wicket/GitblitRedirectException.java
index c3df1ac..4721f0a 100644
--- a/src/main/java/com/gitblit/wicket/GitblitRedirectException.java
+++ b/src/main/java/com/gitblit/wicket/GitblitRedirectException.java
@@ -26,9 +26,9 @@
  * This exception bypasses the servlet container rewriting relative redirect
  * urls.  The container can and does decode the carefully crafted %2F path
  * separators on a redirect.  :(  Bad, bad servlet container.
- * 
+ *
  * org.eclipse.jetty.server.Response#L447: String path=uri.getDecodedPath();
- * 
+ *
  * @author James Moger
  */
 public class GitblitRedirectException extends AbstractRestartResponseException {

--
Gitblit v1.9.1