https://bz.apache.org/bugzilla/show_bug.cgi?id=65310
Felix Schumacher <felix.schumac...@internetallee.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |FixedInTrunk Status|NEW |NEEDINFO --- Comment #1 from Felix Schumacher <felix.schumac...@internetallee.de> --- @zooltech, could you test the next nightly or build from trunk and report back, whether it fixes this issue? commit 7ac71f15f8b11792d394d2b1bc596a73bd901cfa Author: Felix Schumacher <felix.schumac...@internetallee.de> AuthorDate: Sun May 30 13:58:33 2021 +0200 Don't let users override content-type header when using multipart/form-data The content-type header will contain the boundary from the multiparts. That value can't be guessed by the user and using the original given content-type will very likely be wrong. Apart from that reason, the Java implementation of HTTPSampler will use the generated content-type anyway and therefore this patch will make the two implementations behave consistently. Bugzilla Id: 65310 --- .../jmeter/protocol/http/sampler/HTTPHC4Impl.java | 6 ++++++ .../jmeter/protocol/http/sampler/TestHTTPHC4Impl.java | 17 +++++++++++++++++ xdocs/changes.xml | 2 ++ 3 files changed, 25 insertions(+) -- You are receiving this mail because: You are the assignee for the bug.