[Dive4elements-commits] [PATCH 3 of 3] Add stack trace if authentication was not successfull
Wald Commits
scm-commit at wald.intevation.org
Wed Nov 14 10:39:22 CET 2012
# HG changeset patch
# User Björn Ricks <bjoern.ricks at intevation.de>
# Date 1352885871 -3600
# Node ID 82cc03e5f1c43de8cd8c64e3cc9724efc59948a0
# Parent fea3e4b6fabaa669f5ffa93cdd4231663a3875a1
Add stack trace if authentication was not successfull
diff -r fea3e4b6faba -r 82cc03e5f1c4 flys-client/src/main/java/de/intevation/flys/client/server/LoginServlet.java
--- a/flys-client/src/main/java/de/intevation/flys/client/server/LoginServlet.java Wed Nov 14 10:37:21 2012 +0100
+++ b/flys-client/src/main/java/de/intevation/flys/client/server/LoginServlet.java Wed Nov 14 10:37:51 2012 +0100
@@ -103,7 +103,7 @@
this.redirectSuccess(resp, req.getContextPath(), uri);
}
catch(AuthenticationException e) {
- logger.error(e);
+ logger.error(e, e);
this.redirectFailure(resp, req.getContextPath(), e);
}
}
More information about the Dive4elements-commits
mailing list