Comment #2 on issue 23933 by [email protected]: Chrome converting %40 to @ in URL http://code.google.com/p/chromium/issues/detail?id=23933
This is trivial to fix. We just need to decide what IE does. There are 3 options: 1. Unescape %40 (presumably not since that's this bug) 2. Accept either escaped or unescape and not change it. We like to avoid this since it means there's no "canonical" version of the URL, but some characters require this. 3. Always escape it. If we find a '@', convert it to '%40' -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings --~--~---------~--~----~------------~-------~--~----~ Automated mail from issue updates at http://crbug.com/ Subscription options: http://groups.google.com/group/chromium-bugs -~----------~----~----~----~------~----~------~--~---
