From 5ae0b71e1e6e73e4bacf321a7d5be49fcdf4ad97 Mon Sep 17 00:00:00 2001
From: James Moger <james.moger@gitblit.com>
Date: Thu, 20 Oct 2011 08:01:54 -0400
Subject: [PATCH] Properly handle anonymous registrations.
---
src/com/gitblit/client/Utils.java | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/src/com/gitblit/client/Utils.java b/src/com/gitblit/client/Utils.java
index 1ce6d7d..c837579 100644
--- a/src/com/gitblit/client/Utils.java
+++ b/src/com/gitblit/client/Utils.java
@@ -56,6 +56,7 @@
public static void showException(Component c, Throwable t) {
// TODO show the unexpected exception
+ t.printStackTrace();
}
public static void packColumns(JTable table, int margin) {
--
Gitblit v1.9.1