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:
Thanks
This was actually a bug in PrimeFaces 6 with p:defaultCommand
.
Since I could not upgrade it, I ended up using this workaround:
$('a.submitSearchButton').click();
return false;
}"/>
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With