gaia::CanonicalizeEmail(..) doesn't handle upper case email address correctly. |
||
Issue description
CanonicalizeEmailImpl(..) function converts the email address to lower case at the last step. As a result, emails with upper case "GMAIL.COM" suffix are not canonicalized correct.
e.g.: CanonicalizeEmail("USER.NAME@GMAIL.COM") returns "user.name@gmail.com". but should return "username@gmail.com".
,
Aug 17
|
||
►
Sign in to add a comment |
||
Comment 1 by bugdroid1@chromium.org
, Aug 16