posted 11 years ago
Hi,
I have some difficulty to implement an anonymous configuration with spring security.
application-context.xml
web.xml
Here my security-beans.xml
At begin, i had a problem to create a session id in anonymous mode. I have add create-session="always" for solve this problem but my register page ("/public/inscription") give me a blank page and in console the message "SecurityContext is empty or contents are anonymous - context will not be stored in HttpSession.".
In console:
My goal was add a link to a registration's page on login's page.
Thank you in advance for your advices