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

Side by Side Diff: pkg/http_server/CHANGELOG.md

Issue 730203008: Don't to do HTML entity decoding for multi-part form fields (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 1 month 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 # 0.9.5
2
3 * Removed the decoding of HTML entity values (in the form &#xxxxx;) for
4 values when parsing multipart/form-post requests.
5
1 # 0.9.4 6 # 0.9.4
2 7
3 * Fixed bugs in the handling of the Range header 8 * Fixed bugs in the handling of the Range header
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698