Closed
Bug 579509
Opened 16 years ago
Closed 16 years ago
Make sure iPhone client correctly handles case insensitive usernames
Categories
(Cloud Services Graveyard :: Firefox Home, defect)
Cloud Services Graveyard
Firefox Home
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: Mardak, Unassigned)
References
Details
The add-on switched to lowercase in bug 532570 to avoid problems of differently cased javascript-hashobject-lookup failing for the pubkey -> symmetrickey mapping.
| Reporter | ||
Comment 1•16 years ago
|
||
I would assume it's this bit of code:
http://hg.mozilla.org/services/fx-home/file/31eaa3613485/Network%20And%20Storage/CryptoUtils.m#l611
It's generating a "keyIndex" based on the username for the public key, and when it tries to NSDictionary *selectedKey = [keyring objectForKey:keyURL], it'll find nothing.
Comment 3•16 years ago
|
||
I"m going to mark this as Reso and Verified Fixed due to fix in bug 532570
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
Comment 4•16 years ago
|
||
(In reply to comment #3)
> I"m going to mark this as Reso and Verified Fixed due to fix in bug 532570
Looks like i jumped the gun. It is verified and fixed on Firefox 1.0.1 beta build. However, Dan, can you please update the bug status with your changeset to make it official.
Thanks,
Tony
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Comment 5•16 years ago
|
||
fixed in changeset 8c270b61f936
| Reporter | ||
Comment 6•16 years ago
|
||
I don't see any case changing code in http://hg.mozilla.org/services/fx-home/rev/8c270b61f936 ?
Comment 7•16 years ago
|
||
sorry, changeset 1464c1b8098a
| Reporter | ||
Comment 8•16 years ago
|
||
Comment 9•16 years ago
|
||
Verified fix on FF Home 1.0.1.
Status: REOPENED → RESOLVED
Closed: 16 years ago → 16 years ago
Resolution: --- → FIXED
Updated•16 years ago
|
Status: RESOLVED → VERIFIED
Comment 10•16 years ago
|
||
Moving FFHome-related bugs to new component -> Firefox Home
Component: Experimental Clients → Firefox Home
QA Contact: experimental.clients → firefox-home
Updated•7 years ago
|
Product: Cloud Services → Cloud Services Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•