Issue 114014

Summary: Login dialog: "Remember Password" check box value not always correct
Product: ucb Reporter: kai.sommerfeld
Component: codeAssignee: jsc
Status: CLOSED FIXED QA Contact: issues@ucb <issues>
Severity: Trivial    
Priority: P3 CC: issues, jsc
Version: OOO330m5   
Target Milestone: OOo 3.3   
Hardware: All   
OS: All   
Issue Type: DEFECT Latest Confirmation in: ---
Developer Difficulty: ---
Issue Depends on:    
Issue Blocks: 111112    
Attachments:
Description Flags
Patch. none

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