commit | 8412de26165cf20437e0f0e0df0e6e55f25993c0 | [log] [tgz] |
---|---|---|
author | Shawn O. Pearce <sop@google.com> | Tue Jan 19 08:15:03 2010 -0800 |
committer | Shawn O. Pearce <sop@google.com> | Tue Jan 19 08:15:03 2010 -0800 |
tree | 4836924f34b18cc2d23e1ef1dda2630f7dd5e451 | |
parent | 1e6e31b6e808556d0e980ef75ebaa01c65022859 [diff] |
Dequote saved OpenID URLs Certain Google Account OpenID URLs are getting double quotes thrown around the string when we read it back from the cookie. I'm not certain where these are being introduced. If we don't strip them out the URL doesn't work; if we remove them its fine. So for now just remove them in the UI right before we use the stored identity. Change-Id: I2c73b42036b1bfdd2c5f42b658c56ce5383abb16 Signed-off-by: Shawn O. Pearce <sop@google.com>