I am currently trying to get a simple Spring security login to work. I am using mongodb and can get users to be saved to the database (can query them from mongo shell). However, when I enter the credentials into the login form, I get redirected to /j_spring_security_check and I'm not sure if the authentication is even being attempted. Here's the console output after I attempt to login:I am currently trying to get a simple Spring se