Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
2.0.0.RC1
-
None
Description
In booking-mvc, security-config.xml line 19 should be
<security:form-login login-page="/spring/login" login-processing-url="/spring/login-process" default-target-url="/spring/flows/main" authentication-failure-url="/spring/login?login_error=1" />
instead of
<security:form-login login-page="/spring/login" login-url="/spring/login-process" default-target-url="/spring/flows/main" authentication-failure-url="/spring/login?login_error=1" />
Otherwise the file does not validate against spring-security-2.0.xsd and the app does not start up.
Here's a link to the forum thread: http://forum.springframework.org/showthread.php?t=51199