Return-Path: X-Original-To: apmail-jmeter-dev-archive@minotaur.apache.org Delivered-To: apmail-jmeter-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id D567710365 for ; Tue, 10 Sep 2013 20:38:22 +0000 (UTC) Received: (qmail 63282 invoked by uid 500); 10 Sep 2013 20:38:22 -0000 Delivered-To: apmail-jmeter-dev-archive@jmeter.apache.org Received: (qmail 63165 invoked by uid 500); 10 Sep 2013 20:38:21 -0000 Mailing-List: contact dev-help@jmeter.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@jmeter.apache.org Delivered-To: mailing list dev@jmeter.apache.org Received: (qmail 62868 invoked by uid 99); 10 Sep 2013 20:38:20 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 10 Sep 2013 20:38:20 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of sebbaz@gmail.com designates 74.125.82.47 as permitted sender) Received: from [74.125.82.47] (HELO mail-wg0-f47.google.com) (74.125.82.47) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 10 Sep 2013 20:38:15 +0000 Received: by mail-wg0-f47.google.com with SMTP id f12so7179959wgh.14 for ; Tue, 10 Sep 2013 13:37:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=2UaacLgBG0sqg0zX8E0WgghmTt4qQhBTJ1rc/+CKCRo=; b=tDCdspYTddwWqOsuvEX+nwAkwqUwkzBMpkQuvlXC1nPXZpzloPZ4DbNYGIi9d+2K6G 7CEkkkSqXt2xUJp4cJgoXWqEY2JPo7mwujJWQwCjbOQp8WsOdzBbute4x8ilks3Siz/W dPz8ckNphxAk1HiALsGbX0tJ+53SXb0CUj6fewTuHZFtPYrfEqjpMB/HiIbphlJAywGv ZqA1w9ssCT563hUU4v4kGNOm2lPKF/4RHOlXyAIS9Uv3T1ZNTtl8C8rYqvVdLTs5870b PZupq8NCOf1PWoRQVW+iMDAHYMgpLw+mBe8iyZMZQJxJp1Vfq7oGu0T/WRLJICfbpxpv ZmqA== MIME-Version: 1.0 X-Received: by 10.180.109.35 with SMTP id hp3mr14365700wib.52.1378845473582; Tue, 10 Sep 2013 13:37:53 -0700 (PDT) Received: by 10.194.24.99 with HTTP; Tue, 10 Sep 2013 13:37:53 -0700 (PDT) In-Reply-To: References: Date: Tue, 10 Sep 2013 21:37:53 +0100 Message-ID: Subject: Re: Proxy / ProxyControl - major code changes being worked on From: sebb To: dev@jmeter.apache.org Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org On 8 September 2013 21:48, sebb wrote: > On 8 September 2013 21:45, Philippe Mouawad wrote: >> Hello Sebb, >> I have a fix on AbstractJDBCTestElement and jmeter.properties, >> Can I commit it or must I wait for yours ? > > I'm only doing major work on Proxy/ProxyControl at present. > I hope I've now finished the major work on the classes. There's still a bit of work I'd like to do on Proxy - perhaps try and solve the Follow Redirect issue by disabling the samples that are the result of redirects. But that hopefully won't be such a major rewrite. > Changes to other files are not a problem. > >> Thanks >> >> >> On Sun, Sep 8, 2013 at 10:43 PM, sebb wrote: >> >>> I'm currently working on code to set up the key store in ProxyControl, >>> rather than waiting until an SSL request is detected. This should >>> speed up the proxy recording, as well as allowing domain keys and >>> creating the CRT file before recording starts. >>> >>> As a result, the Proxy and ProxyControl classes are likely to change >>> significantly, so please leave any additional fixes until the work is >>> done. >>> >> >> >> >> -- >> Cordialement. >> Philippe Mouawad.