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

Issue 10387082: Fix URL decoding in HTTP library (Closed)

Created:
8 years, 7 months ago by Søren Gjesse
Modified:
8 years, 7 months ago
Reviewers:
Mads Ager (google)
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Fix URL decoding in HTTP library Now URL decoding works for non-ASCII URLs and will be UTF-8 decoded. R=ager@google.com BUG=dart:2902 TEST=tests/standalone/io/url_encoding_test.dart Committed: https://code.google.com/p/dart/source/detail?r=7599

Patch Set 1 #

Patch Set 2 : Minor fix #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+59 lines, -32 lines) Patch
M runtime/bin/http_utils.dart View 1 chunk +33 lines, -21 lines 2 comments Download
M runtime/bin/io.dart View 1 1 chunk +1 line, -0 lines 0 comments Download
M tests/standalone/io/http_date_test.dart View 1 chunk +8 lines, -6 lines 0 comments Download
M tests/standalone/io/url_encoding_test.dart View 2 chunks +17 lines, -5 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
Søren Gjesse
8 years, 7 months ago (2012-05-11 11:10:17 UTC) #1
Mads Ager (google)
LGTM https://chromiumcodereview.appspot.com/10387082/diff/3001/runtime/bin/http_utils.dart File runtime/bin/http_utils.dart (right): https://chromiumcodereview.appspot.com/10387082/diff/3001/runtime/bin/http_utils.dart#newcode7 runtime/bin/http_utils.dart:7: // First check the string for any encoding ...
8 years, 7 months ago (2012-05-14 08:19:26 UTC) #2
Søren Gjesse
8 years, 7 months ago (2012-05-14 09:54:26 UTC) #3
https://chromiumcodereview.appspot.com/10387082/diff/3001/runtime/bin/http_ut...
File runtime/bin/http_utils.dart (right):

https://chromiumcodereview.appspot.com/10387082/diff/3001/runtime/bin/http_ut...
runtime/bin/http_utils.dart:7: // First check the string for any encoding - if
not no decoding is
On 2012/05/14 08:19:26, Mads Ager wrote:
> Remove the ' - if not ...' part?

Done.

Powered by Google App Engine
This is Rietveld 408576698