1
0
mirror of synced 2026-07-19 09:35:12 +00:00

SEC-584: Require user to explicitly set SessionRegistry, so the implementation can benefit from application context services.

This commit is contained in:
Ben Alex
2007-12-02 03:00:26 +00:00
parent c3dc3a3a4f
commit 99c5479f9a
@@ -40,7 +40,7 @@ public class ConcurrentSessionControllerImpl implements ConcurrentSessionControl
//~ Instance fields ================================================================================================
protected MessageSourceAccessor messages = AcegiMessageSource.getAccessor();
private SessionRegistry sessionRegistry = new SessionRegistryImpl();
private SessionRegistry sessionRegistry;
private boolean exceptionIfMaximumExceeded = false;
private int maximumSessions = 1;