Open GoogleCodeExporter opened 9 years ago
Looks like I didn't test specific case while focusing on implementation for
multipart/form-data request, which allows only unique name for parameters as
defined in RFC http://www.ietf.org/rfc/rfc2388.txt
"
3. Definition of multipart/form-data
The media-type multipart/form-data follows the rules of all multipart
MIME data streams as outlined in [RFC 2046]. In forms, there are a
series of fields to be supplied by the user who fills out the form.
Each field has a name. Within a given form, the names are unique.
"multipart/form-data" contains a series of parts. Each part is
expected to contain a content-disposition header [RFC 2183] where the
disposition type is "form-data", and where the disposition contains
an (additional) parameter of "name", where the value of that
parameter is the original field name in the form. For example, a part
might contain a header:
Content-Disposition: form-data; name="user"
"
I'll include its fix on next release. Thanks for helping to make it better for
developers like us.
Original comment by a1yadu
on 13 Oct 2011 at 3:16
great. thanks for making this excellent tool! looking forward to the next
version.
Original comment by benhiras...@gmail.com
on 13 Oct 2011 at 5:33
Original issue reported on code.google.com by
benhiras...@gmail.com
on 12 Oct 2011 at 11:02Attachments: