https://bz.apache.org/bugzilla/show_bug.cgi?id=58027

--- Comment #13 from Sebb <[email protected]> ---
(In reply to wangdh from comment #12)
> (In reply to Sebb from comment #11)
> Thank you Sebb!Is there any setting in jmeter.properties file ,so that
> jmeter can use default Content-Type such as  text/plain.

No.

However JMeter has Post-Processors which can be used to adjust individual
results. A simple work-round is to add a BeanShell Post-Processor to the
samplers that need to be fixed, and invoke the following code:

prev.setDataDatype("text");

Sample Test Plan to follow.

This will set the sample data to be of type TEXT, allowing it to be saved.

However the server really ought to be fixed.

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to