Hi with spring mvc 3.0.5 and spring security 4.3.0, my login thrown the following error exception:
HTTP Status 404 - /j_spring_security_check
here is my security-config.xml file:
servlet-context.xml file:
web.xml file:
IF I change the url-pattern to /*, it will break part of my controller mapping, but with / mapping, it breaks the security login mapping.
Any suggestion is very well appreciated.
Thanks
Sam