Return-Path: Delivered-To: apmail-jakarta-jmeter-user-archive@www.apache.org Received: (qmail 70509 invoked from network); 2 Nov 2004 23:50:41 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 2 Nov 2004 23:50:41 -0000 Received: (qmail 37334 invoked by uid 500); 2 Nov 2004 23:50:39 -0000 Delivered-To: apmail-jakarta-jmeter-user-archive@jakarta.apache.org Received: (qmail 37306 invoked by uid 500); 2 Nov 2004 23:50:38 -0000 Mailing-List: contact jmeter-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "JMeter Users List" Reply-To: "JMeter Users List" Delivered-To: mailing list jmeter-user@jakarta.apache.org Received: (qmail 37292 invoked by uid 99); 2 Nov 2004 23:50:38 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=RCVD_BY_IP,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: domain of sebbaz@gmail.com designates 216.239.56.241 as permitted sender) Received: from [216.239.56.241] (HELO mproxy.gmail.com) (216.239.56.241) by apache.org (qpsmtpd/0.28) with ESMTP; Tue, 02 Nov 2004 15:50:37 -0800 Received: by mproxy.gmail.com with SMTP id q44so66982cwc for ; Tue, 02 Nov 2004 15:50:36 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=aJupGiYqcrE6Nd1zvPu5f6Yx09mnnzyPHcBmMBnpSrOZOV3H9xKQlsBcPgyUEbEADzl8dybtaI3DeKcSmRdb8EIR5cs+y36QY8Fr5Z7lYfwQFN/cng07o/3TIup13Yg++gmOZMfpmfMnoCwWDQKoN5kRDtvaTQRqDGNS/NQ7n0g= Received: by 10.11.116.24 with SMTP id o24mr110941cwc; Tue, 02 Nov 2004 15:50:36 -0800 (PST) Received: by 10.11.118.42 with HTTP; Tue, 2 Nov 2004 15:50:36 -0800 (PST) Message-ID: <25aac9fc0411021550777b15d4@mail.gmail.com> Date: Tue, 2 Nov 2004 23:50:36 +0000 From: sebb Reply-To: sebb To: JMeter Users List Subject: Re: Redirect In-Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N On Mon, 1 Nov 2004 17:14:03 +0100, Coret Bob wrote: > Hi all, > > What's the difference between "Redirect Automatically" and "Follow Redirects"? > The help only show the "Follow Redirects" option... Good point - I'll update the docs. "Redirect automatically" means that the HTTP implementation is set to automatically process redirects using the setFollowRedirects() method - if set, the redirects will not appear as JMeter samples, as JMeter never sees them. "Follow redirects" means that JMeter will process redirects, so the redirects will show up as samples. > Regards, > Bob Coret > > --------------------------------------------------------------------- To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: jmeter-user-help@jakarta.apache.org