[webkit-reviews] review requested: [Bug 28970] content-type parameters not taken into account when building form-data : [Attachment 40117] proposed patch - 2009/09/25
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Sep 25 10:29:46 PDT 2009
Patrick Mueller <pmuellr at yahoo.com> has asked for review:
Bug 28970: content-type parameters not taken into account when building
form-data
https://bugs.webkit.org/show_bug.cgi?id=28970
Attachment 40117: proposed patch - 2009/09/25
https://bugs.webkit.org/attachment.cgi?id=40117&action=review
------- Additional Comments from Patrick Mueller <pmuellr at yahoo.com>
Couple of fixes in here:
- check for form-encoded payload is more lenient per HTTP 1.1 Content-Type spec
- previously only decoded + if there was % in a value - should happen
regardless
- trap exception when decoding % encodings, display error message in value when
exception occurs
More information about the webkit-reviews
mailing list