14:42:46,914 DEBUG ProviderManager,http-8080-6:190 - Authentication attempt using org.springframework.security.providers.dao.DaoAuthenticationProvider
14:42:46,914 DEBUG...
Type: Posts; User: SpringMan2011; Keyword(s):
14:42:46,914 DEBUG ProviderManager,http-8080-6:190 - Authentication attempt using org.springframework.security.providers.dao.DaoAuthenticationProvider
14:42:46,914 DEBUG...
Now when I am booted back to the login page, I see this in the url:
http://localhost:8080/myapp/login_page.html;jsessionid=3DD2A69652966B47EF55797516040C05
So, shouldn't that session be...
OK, this is going to take forever with the message text limit...here are some relevant lines:
14:41:07,955 DEBUG AnonymousProcessingFilter,http-8080-7:93 - Populated SecurityContextHolder with...
14:41:07,939 DEBUG ExceptionTranslationFilter,http-8080-7:200 - Authentication entry point being called; SavedRequest added to Session: SavedRequest[http://localhost:8080/etmui/main_page.html]...
14:41:07,936 DEBUG FilterChainProxy,http-8080-7:366 - /main_page.html at position 9 of 11 in additional filter chain; firing Filter: 'org.springframework.security.ui.ExceptionTranslationFilter[...
14:41:07,933 DEBUG FilterChainProxy,http-8080-7:194 - Converted URL to lowercase, from: '/main_page.html'; to: '/main_page.html'
14:41:07,933 DEBUG FilterChainProxy,http-8080-7:194 - Converted URL...
I am quite new to Spring Security (despite my username!) but am trying to understand what the problem is with our login.
We are using Spring security 2.5 and have a Flex Application that talks to...