I can download 3.0.0.RELEASE fine from the link in this post, but I can't get it out of the springsource EBR. Should it be published to http://repository.springsource.com/maven/bundles/release ? I...
Type: Posts; User: byarger; Keyword(s):
I can download 3.0.0.RELEASE fine from the link in this post, but I can't get it out of the springsource EBR. Should it be published to http://repository.springsource.com/maven/bundles/release ? I...
I have experienced this same problem. I entered a bug in JIRA for it (SEC-394), so hopefully we can get a fix.
I went ahead and created a JIRA issue for this. I'm certainly open to discussing any other workarounds (like invalidating the HttpSession somehow) if anyone has any other suggestions.
Brian
I was thinking further about possible ways to solve this problem, and thought maybe ConcurrentSessionController could look for active sessions instead of just counting all sessions returned from...
Ben,
Thanks for the method addition, that saves me from duplicating code. In the message above you mention finding a way to invalidate a user's session via concurrent session support. Is this...
I extended the SessionRegistry interface, and added a method to return me all the active principals. Since the SessionRegistryImpl provides no public/protected access to its Maps, extending it...
I'm working on adding some screens to my admin interface to show the current logged in users, and logout a user. I'm using ConcurrentSession support, and it seems like someone is always closing a...
I am using quartz configured through the SchedulerFactoryBean, but I'd like to use the SimpleSemaphore class for locking instead of StdRowLockSemaphore. Since LocalDatasourceJobStore extends...