https://bz.apache.org/bugzilla/show_bug.cgi?id=61384
Bug ID: 61384
Summary: Adding charset to multipart/form-data content type
irritates IIS
Product: JMeter
Version: 3.2
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: P2
Component: HTTP
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
Created attachment 35202
--> https://bz.apache.org/bugzilla/attachment.cgi?id=35202&action=edit
Don't add charset to multipart/form-data content type
As reported by a few JMeter users on the users mailing list. IIS will not
accept files that are send inside a multipart/form-data. It seems that the only
difference between working (with other clients) and non-working (with JMeter)
clients is the addition of a charset to the multipart/form-data content type.
It seems that akka-http had the same problems as reported on
https://github.com/akka/akka-http/issues/338
The attached patch removes the charset on the multipart content-type. The
entities that are part of the multipart will remain there charsets.
--
You are receiving this mail because:
You are the assignee for the bug.