From ed6e309d18c4b69ce4652354a7391e4e5e8ef736 Mon Sep 17 00:00:00 2001 From: Mathieu Baudier Date: Wed, 7 Jan 2015 12:01:36 +0000 Subject: [PATCH] Fix OS authentication token git-svn-id: https://svn.argeo.org/commons/branches/mbaudier.2.tp@7641 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc --- .../src/org/argeo/security/OsAuthenticationToken.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ -- 2.30.2