burtbeckwith is right, you are double-encoding the password.
In the video, spring-security-core version 1.0.something is used.
Most probably, you are using a newer version such as 1.2.4
...
Type: Posts; User: lucaster; Keyword(s):
burtbeckwith is right, you are double-encoding the password.
In the video, spring-security-core version 1.0.something is used.
Most probably, you are using a newer version such as 1.2.4
...
I totally agree! ;)
Thanks! I followed your advice and it worked!
Here are the modifications I made, hoping they will be useful to whoever has my same problem.
Excerpt from applicationcontext.xml:
<!--...
Hello! I've added Spring Security to my application, but I have a little problem.
I set a custom "access denied page" which is accessDenied.jsp,
The redirection works BUT the URL in the browser's...