Spring security sending back the login page as opposed to a HTTP_REDIRECT
Hi,
We have an issue with Spring Security where the backend (with Adobe BlazeDS and Spring) does have a logout service that does two things (normally):
1- End the session
2- Redirect the browser to the login page
Calling this service, the session ends but the browser is not redirected. We have a Flex front end.
Instead, the content of the login page is sent by Spring Security.
There are many things going on in the Java backend that could interact with Spring Security.
This used to work.
Any pointer ?
Best regards,
Karl.