Hello,
How do you make it possible to login from a Flex frontend using BlazeDS Spring integration with Spring Security, and then have access to other resources protected by the same user role?
...
Type: Posts; User: supermoos; Keyword(s):
Hello,
How do you make it possible to login from a Flex frontend using BlazeDS Spring integration with Spring Security, and then have access to other resources protected by the same user role?
...
Hello, I am trying to make a simple spring setup that will allow me to upload a file from Flash using ActionScript 3's FileReference class which sends the file in a format like this:
POST...
I get this error "An Authentication object was not found in the SecurityContext".
I am logging in using BlazeDS with Spring integration and trying to leverage the Spring Security Framework, but no...