I have web application (JSF - PrimeFaces) that started to have an issue on Google Chrome update 59. On 58 it was fine, and on every other browser it is fine.
What is happening is that when user logs in for the first time, if the user accepts that Chrome save the password, once the user logs out or once the user comes back to this page anytime, Chrome automatically tries to submit the login form with empty password and, upon failure, keeps trying forever.
Am I'm doing something wrong on my form?
I have created a sample app to demonstrate the problem:
https://powerful-badlands-23851.herokuapp.com/test
Steps to reproduce:
- using chrome 59, login with "test@test.com" password "test"
- When Chrome asks if you want to save the password say YES
- now click logout... and you will should see the bug
Thanks