Comment 4 for bug 1020941

Revision history for this message
Ralf Claussnitzer (ralf-claussnitzer-deactivatedaccount) wrote : Re: save password alert in firefox

As described in https://code.launchpad.net/~slub.team/goobi-production/bug-1020941/+merge/130669/comments/281772 not all browsers stop saving passwords if there is more than one password field available. The only reasonable way to stop browsers from doing that, is to use the autocomplete attribute. As this is not possible with JSF 1.x standard elements, a custom UIComponentTag renderer has to be developed: http://illegalargumentexception.blogspot.de/2011/11/jsp-arbitrary-attributes-on-jsf.html