No mapping found for HTTP request with URI /j_spring_security_check in DispatcherServlet.
Need to use code like this,
<form-login login-page="/login" default-target-url="/welcome" login-processing-url="/j_spring_security_check" authentication-failure-url="/login?error" username-parameter="username" password-parameter="password"/>
Comments
Post a Comment