Index: C:/Documents and Settings/alf.hogemark/workspace/Jmeter 2.2 official/src/protocol/http/org/apache/jmeter/protocol/http/proxy/ProxyControl.java =================================================================== --- C:/Documents and Settings/alf.hogemark/workspace/Jmeter 2.2 official/src/protocol/http/org/apache/jmeter/protocol/http/proxy/ProxyControl.java (revision 534327) +++ C:/Documents and Settings/alf.hogemark/workspace/Jmeter 2.2 official/src/protocol/http/org/apache/jmeter/protocol/http/proxy/ProxyControl.java (working copy) @@ -366,7 +366,7 @@ * 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);