Spring Security 3 - j_spring_security_check is not found
Posted
by newbie
on Stack Overflow
See other posts from Stack Overflow
or by newbie
Published on 2010-04-26T09:19:47Z
Indexed on
2010/04/26
9:53 UTC
Read the original article
Hit count: 1613
spring-security
I use Spring Security with Spring Framework 3 and when I tyr to login from homepage I get following error:
2010-04-26 12:16:39,525 [tomcat-http--2] WARN org.springframework.web.servlet.PageNotFound - No mapping found for HTTP request with URI [/AppName/app/j_spring_security_check] in DispatcherServlet with name 'Spring MVC Dispatcher Servlet'
Spring Security is initialized as loggings tell and there are no errors. So what could be reason for this error? I have understood that j_spring_security_check is default url for Spring Security login chekeing servlet.
© Stack Overflow or respective owner