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

Issue 14834016: Don't decodeHttpEntityString on urlencoded post data. (Closed)

Created:
7 years, 7 months ago by Anders Johnsen
Modified:
7 years, 7 months ago
Reviewers:
Søren Gjesse
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Don't decodeHttpEntityString on urlencoded post data. The browser defaults to http-entiti-encoding for characters it can't handle, when served in default encoding (Latin1). Trying to decode these will lead to unambiguity for utf8 posts. BUG=https://code.google.com/p/dart/issues/detail?id=10687 R=sgjesse@google.com Committed: https://code.google.com/p/dart/source/detail?r=22779

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+56 lines, -10 lines) Patch
M sdk/lib/io/http_body_impl.dart View 1 chunk +1 line, -4 lines 0 comments Download
M tests/standalone/io/http_body_test.dart View 1 chunk +55 lines, -6 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
Anders Johnsen
7 years, 7 months ago (2013-05-16 09:17:16 UTC) #1
Søren Gjesse
lgtm
7 years, 7 months ago (2013-05-16 09:38:38 UTC) #2
Anders Johnsen
7 years, 7 months ago (2013-05-16 10:04:06 UTC) #3
Message was sent while issue was closed.
Committed patchset #1 manually as r22779 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698