mirror of https://github.com/apache/jmeter.git
Bug 60682 - HTTP Request : Get method may fail on redirect due to Content-Length header being set
Bugzilla Id: 60682 git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1782080 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
0af7ce0e43
commit
3b13609080
|
|
@ -217,6 +217,7 @@ JMeter now requires Java 8. Ensure you use most up to date version.
|
|||
<ul>
|
||||
<li><bug>60531</bug>HTTP Cookie Manager : changing Implementation does not update Cookie Policy</li>
|
||||
<li><bug>60575</bug>HTTP GET Requests could have a content-type header without a body.</li>
|
||||
<li><bug>60682</bug>HTTP Request : Get method may fail on redirect due to Content-Length header being set</li>
|
||||
<li><bug>60643</bug>HTTP(S) Test Script Recorder doesn't correctly handle restart or start after stop. Contributed by Ubik Load Pack (support at ubikloadpack.com)</li>
|
||||
<li><bug>60652</bug>PUT might leak file descriptors.</li>
|
||||
<li><bug>60689</bug><code>httpclient4.validate_after_inactivity</code> has no impact leading to usage of potentially stale/closed connections</li>
|
||||
|
|
@ -292,6 +293,7 @@ JMeter now requires Java 8. Ensure you use most up to date version.
|
|||
For this release we want to give special thanks to the following reporters for the clear reports and tests made after our fixes:</p>
|
||||
<ul>
|
||||
<li>Tuukka Mustonen (tuukka.mustonen at gmail.com) who gave us a lot of useful feedback which helped resolve <bugzilla>60689</bugzilla> and <bugzilla>60690</bugzilla></li>
|
||||
<li>Amar Darisa (amar.darisa at gmail.com) who helped us with his feedback on <bugzilla>60682</bugzilla></li>
|
||||
</ul>
|
||||
<p>
|
||||
Apologies if we have omitted anyone else.
|
||||
|
|
|
|||
Loading…
Reference in New Issue