milamberspace commented on issue #6741: URL: https://github.com/apache/jmeter/issues/6741#issuecomment-5114019451
Thanks for the report, @ThorbenKonopka. This is a duplicate of #6250, and the good news is that it has already been fixed. JMeter used to call `setCharset(...)` on the multipart entity builder, and the underlying HttpClient builder appended that charset to the top-level `Content-Type` (`; charset=UTF-8`), which violates RFC 7578 §8. The vendored builder no longer adds it — only the `boundary` parameter is kept: - Commit 64e4fcca20b — *"Avoid adding "; charset=" for multipart/form-data requests"* You are testing on 5.6.3, which predates the fix, so you still see the `charset` parameter. The change is already in `master` and will ship in the next release. If you'd like to verify sooner, you can try a [nightly build](https://ci-builds.apache.org/job/JMeter/job/JMeter-nightly/). Closing as a duplicate of #6250. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
