Guo, Yong Kang
Aug 8, 2017 · 1 min read

Hi Gustavo,

Thanks for the great article. I cloned the code from Github repository and changed the application.properties file in order to connect to the database installed on my computer.

Now the application runs and I can register new user. I could see the user created in the USER table. But problem is when I login, the web application find the user password is correct, and then tries to redirect me to /admin/home, but then in some filter it immediately founds that I’m anonymous user and redirect me back to /login page again.

Do you know how shall I avoid such issue?

Thanks in advance.