Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(912)

Unified Diff: net/http/http_network_transaction_unittest.cc

Issue 174093: Pulling new version of googleurl into the tree. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « build/temp_gyp/googleurl.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/http/http_network_transaction_unittest.cc
===================================================================
--- net/http/http_network_transaction_unittest.cc (revision 23759)
+++ net/http/http_network_transaction_unittest.cc (working copy)
@@ -3535,11 +3535,9 @@
L"use rname",
L"password",
},
- { // The URL canonicalizer for userinfo does not recognize non-ascii
- // escapes it seems... So things like %00 will NOT be unescapable,
- // since they are canonicalized by escaping the %...
+ { // Keep %00 as is.
"http://use%00rname:password@google.com",
- L"use%2500rname",
+ L"use%00rname",
L"password",
},
{ // Use a '+' in the username.
« no previous file with comments | « build/temp_gyp/googleurl.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698