To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=97003
User mav changed the following:
What |Old value |New value
================================================================================
CC|'jsk,redflagzhulihua' |'jsk,mav,redflagzhulihua'
--------------------------------------------------------------------------------
Assigned to|mav |tkr
--------------------------------------------------------------------------------
------- Additional comments from [email protected] Fri Jan 9 09:23:46 +0000
2009 -------
mav->tkr:
It looks like the problem is that SimpleAuthenticationRequest is always used
with ucb::RememberAuthentication_SESSION mode is set. The mode should be set to
ucb::RememberAuthentication_PERSIST to let the interaction handler store the
password persistently, but it should be set so only if persistent storing is
allowed.
So the UCB implementation should create com.sun.star.task.PasswordConteiner
service, and use the method
::com::sun::star::task::XMasterPasswordHandling::isPersistentStoringAllowed() to
detect whether persistent storing is allowed. Based on this information the
SimpleAuthenticationRequest should be initialized accordingly.
---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]