kolorobot / spring-mvc-quickstart-archetype

The project is a Maven archetype for Spring MVC web application.
http://blog.codeleak.pl
1.05k stars 478 forks source link

post-login failure using chrome browser #132

Closed ke5stl closed 5 years ago

ke5stl commented 6 years ago

very nice demo project for spring mvc.

I downloaded a copy of the archetype trunk .zip from github, and used it to create a project, with no changes to code.

running with java 8 and mvc-bug1.txt tomcat 8, within eclipse (oxygen.2 release 4.7.2 (eclipse java ee ide for web developers), it seems to work fine with the ide in-built browser. also works fine using external firefox (latest version).

but, it does not work ok using the latest version of chrome!

ie: after user has logged in, there is error output in the console log, and, the user does not see the 'logout' in the banner, having logged in.

error log output is attached.

best regards

kolorobot commented 5 years ago

I fixed the exception in #133.

Sometimes (I can't reproduce) Chrome redirects to a wrong URL. Now when it happens you should see 404 error.