RESOLVED FIXED Bug 92876
keyring.get_password may raise an exception.
https://bugs.webkit.org/show_bug.cgi?id=92876
Summary keyring.get_password may raise an exception.
arno.
Reported 2012-08-01 09:41:01 PDT
Hi, when using gnome keyring, the method get_password may raise an IOError exception. One workaround is to wrap self._keyring.get_password in a try catch. May be we can also wrap set_password in a try/catch also
Attachments
patch proposal (2.11 KB, patch)
2012-08-01 09:46 PDT, arno.
no flags
arno.
Comment 1 2012-08-01 09:46:27 PDT
Created attachment 155824 [details] patch proposal In this patch, I catch all exception, (not IOError only), just to be safe
WebKit Review Bot
Comment 2 2012-08-01 10:48:24 PDT
Comment on attachment 155824 [details] patch proposal Clearing flags on attachment: 155824 Committed r124343: <http://trac.webkit.org/changeset/124343>
WebKit Review Bot
Comment 3 2012-08-01 10:48:27 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.