[PATCH 2 of 3] (issue1777) Log saml logins also as info without username

Wald Commits scm-commit at wald.intevation.org
Tue Dec 16 14:16:29 CET 2014


# HG changeset patch
# User Andre Heinecke <andre.heinecke at intevation.de>
# Date 1418730505 -3600
# Node ID a3bc62722239fa7c9ef35c58d3d828b7e93286d1
# Parent  9f3ffb218bc0de8b2e9c418f0dfcd598100523b9
(issue1777) Log saml logins also as info without username.

diff -r 9f3ffb218bc0 -r a3bc62722239 gwt-client/src/main/java/org/dive4elements/river/client/server/auth/was/Response.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/server/auth/was/Response.java	Tue Dec 16 12:47:46 2014 +0100
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/server/auth/was/Response.java	Tue Dec 16 12:48:25 2014 +0100
@@ -118,6 +118,7 @@
                 this.assertion.getRoles());
         log.debug("User " + this.username + " with features " + features +
                      " successfully authenticated.");
+        log.info("Authentication with existing ticket.");
         return new User(assertion, this.samlTicketXML, features, this.password);
     }
 }


More information about the Dive4Elements-commits mailing list