Issue 114014 - Login dialog: "Remember Password" check box value not always correct
Summary: Login dialog: "Remember Password" check box value not always correct
Status: CLOSED FIXED
Alias: None
Product: ucb
Classification: Code
Component: code (show other issues)
Version: OOO330m5
Hardware: All All
: P3 Trivial (vote)
Target Milestone: OOo 3.3
Assignee: jsc
QA Contact: issues@ucb
URL:
Keywords:
Depends on:
Blocks: 111112
  Show dependency tree
 
Reported: 2010-08-20 12:56 UTC by kai.sommerfeld
Modified: 2010-09-28 14:42 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments
Patch. (839 bytes, patch)
2010-08-23 09:43 UTC, kai.sommerfeld
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this issue.
Description kai.sommerfeld 2010-08-20 12:56:07 UTC
OOo's Login Dialog has a checkbox "Remember Password", for instance when
accessing protected HTTP resources . This checkbox must be unchecked if the
caller of the Login Dialog (e.g. one of the UCB Content Providers) specifies a
default RememberPasswordMode that is different from preferred RememberPasswordMode.

Example:

(1) default = SESSION, preferred = SESSION => checked
(2) default = SESSION, preferred = NO => unchecked

 Currently, scenario (2) leads to a checked checkbox. This is a regression.
Worked in 3.2.1 and before.
Comment 1 kai.sommerfeld 2010-08-20 12:59:01 UTC
.
Comment 2 kai.sommerfeld 2010-08-23 09:41:44 UTC
Fixed.
Comment 3 kai.sommerfeld 2010-08-23 09:43:12 UTC
Created attachment 71256 [details]
Patch.
Comment 4 kai.sommerfeld 2010-08-26 09:43:38 UTC
jsc: please verify.
Comment 5 Olaf Felka 2010-08-30 13:26:55 UTC
jsc: verified on cws fwk154
Comment 6 jsc 2010-09-28 14:42:48 UTC
closed