Comment #7 on issue 25916 by [email protected]: Chrome converts every backslash in the URL into forward slashes http://code.google.com/p/chromium/issues/detail?id=25916
I've looked into it a bit - looks like it's converted by googleurl's path canonicalizer. In googleurl/src/url_canon_path.cc there's a line that silently converts backslashes to forward slashes. It won't be very hard to fix it (e.g. make it optional), but I'm not sure how I can change the code in googleurl. -- 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
