mirror of https://github.com/apache/jmeter.git
Bug 42267 - Concurrent GUI update failure in Proxy Recording
git-svn-id: https://svn.apache.org/repos/asf/jakarta/jmeter/branches/rel-2-2@534655 13f79535-47bb-0310-9956-ffa450edef68
Former-commit-id: 9717ae2de9
This commit is contained in:
parent
7a4906d819
commit
12375dc148
|
|
@ -366,7 +366,7 @@ public class ProxyControl extends GenericController {
|
|||
* test tree. param serverResponse to be added to allow saving of the
|
||||
* server's response while recording. A future consideration.
|
||||
*/
|
||||
public void deliverSampler(HTTPSamplerBase sampler, TestElement[] subConfigs, SampleResult result) {
|
||||
public synchronized void deliverSampler(HTTPSamplerBase sampler, TestElement[] subConfigs, SampleResult result) {
|
||||
if (filterContentType(result) && filterUrl(sampler)) {
|
||||
JMeterTreeNode myTarget = findTargetControllerNode();
|
||||
Collection defaultConfigurations = findApplicableElements(myTarget, ConfigTestElement.class, false);
|
||||
|
|
|
|||
|
|
@ -218,6 +218,7 @@ Removed deprecated method JMeterUtils.split() - use JOrphanUtils version instead
|
|||
<li>Bug 42184 - Number of bytes for subsamples not added to sample when sub samples are added</li>
|
||||
<li>Bug 42185 - If a HTTP Sampler follows a redirect, and is set up to download images, then images are downloaded multiple times</li>
|
||||
<li>Bug 39808 - Invalid redirect causes incorrect sample time</li>
|
||||
<li>Bug 42267 - Concurrent GUI update failure in Proxy Recording</li>
|
||||
</ul>
|
||||
|
||||
<h3>Version 2.2</h3>
|
||||
|
|
|
|||
Loading…
Reference in New Issue