https://bz.apache.org/bugzilla/show_bug.cgi?id=60575
--- Comment #11 from Felix Schumacher <[email protected]> --- Discussion about the next release is taking place on the mailing list, it could be soon. On the other hand, the patch makes one test (PutWriterTest) fail. I believe the test is not correct and I think it uncovers a problem in PutWriter#setHeaders. There it tests for sampler.getSendParameterValuesAsPostBody() and assumes that there are arguments in the sampler - which is not true for the cited test above. That path of code will lead to a Content-Type header with no body (which is probably wrong even for a PUT request.). -- You are receiving this mail because: You are the assignee for the bug.
