Hello,
I have strange problem and as far as I know it is somehow connected to Spring Security. My application uses Spring 3.0.5, Spring Security 3.0.5 and Spring Flex 1.5.0 (client-side is written...
Type: Posts; User: gromitski; Keyword(s):
Hello,
I have strange problem and as far as I know it is somehow connected to Spring Security. My application uses Spring 3.0.5, Spring Security 3.0.5 and Spring Flex 1.5.0 (client-side is written...
Hello,
I have strange problem and as far as I know it is somehow connected to Spring Security. My application uses Spring 3.0.5, Spring Security 3.0.5 and Spring Flex 1.5.0 (client-side is written...
Thanks! I've checked the fix and these are my conclusions:
1) <security:concurrency-control max-sessions="1" error-if-maximum-exceeded="true"/> everything's OK with this
2)...
Hi,
nothing has changed since the last post - concurrency control doesn't work for me. I've tried to use it without error-if-maximum-exceeded. The result was similar - after logging in for the...
Seriously no clues? Maybe I will provide more informations. First of all I'm using Tomcat 6.0.29. I check concurrency control in this scenario:
1) Launch my app in IE on localhost; log in (my login...
Hi,
I want to implement concurrency control in my app. I'm using Flex hence I'm using Spring BlazeDS Integration 1.5.0M2 as well as Spring Security 3.0.5. This is part of my config:
...
Hi,
I want to implement concurrency control in my app. I'm using Flex hence I'm using Spring BlazeDS Integration 1.5.0M2 as well as Spring Security 3.0.5. This is part of my config:
...
I abondoned this idea and I've started to annotate services with @Secured instead.
I think I know where the problem is. I'm using FileReference.upload() to upload file from Flex clinet, so I think there's new sessionid assigned to the request and that's why Spring Security doesn't...
Hi,
I'm developing an application using Spring 3.0.5, Spring Security 3.0.5, Spring BlazeDS Integration 1.5.0.M1 and Spring MVC. My problem is that Spring Security doesn't work in @Controller...
Hello. Is there any way to get sessionFactroy dynamically? Without the @Autowired annotation. I really need sessions access in a static method.
Sorry for digging this out, but I'm trying to achieve similar behavior in my app. I'm using the Spring Security integration. The only difference is that I can't secure everything (for example the...
hi,
I have few newbie questions about authentication.
First of all I'm using Spring Security 3.0.3, Spring 3.0.3 and Flex on the client side.
In my application I need to authenticate user...