-
Jan 11th, 2012, 03:26 PM
#1
Spring Security Issue urgent
Hi,
I am having issue while we authenticated with user already and created session but before rendering the jsf page if i hit the app url again at same browser tab then spring security framework is forwarding me to the spring_security_login page<http://localhost:8080/<appName>/spring_security_login> instead of my application home page. even my session still valid. below are the config in applicationcontext-security xml
<global-method-security jsr250-annotations="enabled" />
<http
auto-config="true"
access-denied-page="/access-denied.xhtml" />
<authentication-manager alias="authenticationManager" />
Please suggest the solution
Thanks
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