-
Sep 19th, 2011, 05:55 PM
#1
How to setup Spring Security 3 and Flex Integration 1.5 with multiple entry points ?
Hello all,
First of all thanks to anyone answering. Right now I'm working on an application with a Flex based user frontend and a Web based Admin frontend, both have their own log in/authentication forms. Basically what I'm trying to achieve is to have them both use the same authentication mechanism. The problem I'm facing is that I get an exception when I configure both to run at the same time, what I understand from the exception is that the <security:form-login> element automatically generates its own SessionFixationProtectionStrategy so when I add the entry point for Flex I get a colision. I've been trying to find information as to how to get this 2 entry points working together but so far the search has been fruitless, It'd be great if anyone could shed some light on this issue.
Edit: I forgot to add that the admin web interface and the user flash interface are configured usin 2 different servlets. ie: my web.xml has 2 servlet elements.
Thanks in advance.
Last edited by Cybrid; Sep 20th, 2011 at 03:50 AM.
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules