From: Mathieu Baudier Date: Wed, 7 Jan 2015 12:01:36 +0000 (+0000) Subject: Fix OS authentication token X-Git-Tag: argeo-commons-2.1.30~464^2~2 X-Git-Url: http://git.argeo.org/?a=commitdiff_plain;h=ed6e309d18c4b69ce4652354a7391e4e5e8ef736;p=lgpl%2Fargeo-commons.git Fix OS authentication token git-svn-id: https://svn.argeo.org/commons/branches/mbaudier.2.tp@7641 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc --- diff --git a/org.argeo.security.core/src/org/argeo/security/OsAuthenticationToken.java b/org.argeo.security.core/src/org/argeo/security/OsAuthenticationToken.java index 03d33f6cf..5b71394dd 100644 --- a/org.argeo.security.core/src/org/argeo/security/OsAuthenticationToken.java +++ b/org.argeo.security.core/src/org/argeo/security/OsAuthenticationToken.java @@ -83,7 +83,7 @@ public class OsAuthenticationToken implements Authentication { /** Authenticated */ public OsAuthenticationToken() { - this(null); + this(new ArrayList()); } /** @return the name, or null if not yet logged */