From: Fredrik Tolf Date: Sun, 13 Dec 2009 06:28:10 +0000 (+0100) Subject: Merge branch 'master' of git.dolda2000.com:/srv/git/r/jsvc X-Git-Url: http://dolda2000.com/gitweb/?p=jsvc.git;a=commitdiff_plain;h=41c47d4cde58eb352552cf641f472266d6bd23a3;hp=6e40b32ee7b4e65f600f6aeb25838d6d40e76838 Merge branch 'master' of git.dolda2000.com:/srv/git/r/jsvc --- diff --git a/src/dolda/jsvc/util/Session.java b/src/dolda/jsvc/util/Session.java index 679a72f..eb17fcf 100644 --- a/src/dolda/jsvc/util/Session.java +++ b/src/dolda/jsvc/util/Session.java @@ -10,7 +10,7 @@ public class Session implements java.io.Serializable { private static final SecureRandom prng; private static long lastclean = 0; private final String id; - private final Map props = new HashMap(); + private final Map props = new IdentityHashMap(); private long ctime = System.currentTimeMillis(), atime = ctime, etime = 86400 * 1000; private Collection ll = new HashSet();