Return-Path: Delivered-To: apmail-httpd-dev-archive@www.apache.org Received: (qmail 62583 invoked from network); 25 Aug 2006 16:04:30 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 25 Aug 2006 16:04:30 -0000 Received: (qmail 92212 invoked by uid 500); 25 Aug 2006 16:04:28 -0000 Delivered-To: apmail-httpd-dev-archive@httpd.apache.org Received: (qmail 92190 invoked by uid 500); 25 Aug 2006 16:04:27 -0000 Mailing-List: contact dev-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list dev@httpd.apache.org Received: (qmail 92179 invoked by uid 99); 25 Aug 2006 16:04:27 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 25 Aug 2006 09:04:27 -0700 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=DNS_FROM_RFC_ABUSE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of cckramer@gmail.com designates 66.249.82.228 as permitted sender) Received: from [66.249.82.228] (HELO wx-out-0506.google.com) (66.249.82.228) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 25 Aug 2006 09:04:27 -0700 Received: by wx-out-0506.google.com with SMTP id s19so881827wxc for ; Fri, 25 Aug 2006 09:04:06 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=a/kcgNTzWMETxRW+InPNhkbKb/1W/KrJUkBQ2NGvglqlNHkQE8/S/nqqaW1LlzuVpXVenwgSwJSoTWnlXpWCHVJcRxFulx/ByuafT4Je+/5p1CBUsucvUSUTCt7fdouEuv6S47RT/xO/rqyWF3utZ3yDVPSspaPB9n35BYikW4w= Received: by 10.70.51.17 with SMTP id y17mr4794788wxy; Fri, 25 Aug 2006 09:04:06 -0700 (PDT) Received: by 10.70.78.9 with HTTP; Fri, 25 Aug 2006 09:04:05 -0700 (PDT) Message-ID: Date: Fri, 25 Aug 2006 19:04:05 +0300 From: "Joe Kramer" To: dev@httpd.apache.org Subject: Using flood to test with session id in response template MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hello, I am trying to use Flood to test my website. I have login page which generated session id and then redirects to site with added session id in URL. I can't make flood to catch session ID returned by web application. I have following in configuration xml: http://localhost:81/login/ /login/ page redirects to home page using Location header with session id appended. Is there a way to make such automatic testing work with flood? On the other note, I couldn't find anything similar to flood at all either. Thanks.