concurrency « Security « Spring Q&A





1. Concurrency issues in Spring DAOs with 3.0.0.RC1    stackoverflow.com

After upgrading from Spring 3.0.0.M4 to 3.0.0.RC1 and Spring Security 3.0.0.M2 to 3.0.0.RC1, I've had to use a security:authentication-manager tag instead of defining an _authenticationManager like I used to in M4/M2. ...

2. Spring Security Concurrency On Different Browsers    stackoverflow.com

I have a web application using spring webflow and spring security. I have a problem with concurrency and here's the scenario. When I log in an and go to an edit page, ...

3. Spring multiuser application overrides session    stackoverflow.com

I'm developing my web app with Spring MVC 2.5.6 and I need some help for multiple user sessions in it. The header of my app shows the logged user. In my ...

4. roles based on concurrency?    forum.springsource.org

Hello, For my web application I'd like to obtain the following behaviour : for a given user, the first logged user has ROLE_A, the next (concurrent) logged users have ROLE_B. Is ...