posted 6 years ago
Hi Guys I was wondering if someone could help me. I am attempting to setup a custom login page using spring security 4. The page loads just fine at /login, however when I click submit with the POST to the default processing url at /login , the login page simply loads again and the success handler is never called.
I have tried disabling csrf, or enabling it with <input type="hidden"
name="${_csrf.parameterName}"
value="${_csrf.token}"/>[/code]
But the variables do not resolve to anything.
Can anyone help?
Thanks.