Return-Path: Delivered-To: apmail-httpd-test-dev-archive@www.apache.org Received: (qmail 60844 invoked from network); 26 Oct 2005 12:12:27 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 26 Oct 2005 12:12:27 -0000 Received: (qmail 45316 invoked by uid 500); 26 Oct 2005 12:12:27 -0000 Delivered-To: apmail-httpd-test-dev-archive@httpd.apache.org Received: (qmail 45294 invoked by uid 500); 26 Oct 2005 12:12:26 -0000 Mailing-List: contact test-dev-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: test-dev@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list test-dev@httpd.apache.org Received: (qmail 45283 invoked by uid 99); 26 Oct 2005 12:12:26 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 26 Oct 2005 05:12:26 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of jorton@redhat.com designates 66.187.233.31 as permitted sender) Received: from [66.187.233.31] (HELO mx1.redhat.com) (66.187.233.31) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 26 Oct 2005 05:12:23 -0700 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.11/8.12.11) with ESMTP id j9QCC4MY028767 for ; Wed, 26 Oct 2005 08:12:04 -0400 Received: from radish.cambridge.redhat.com (radish.cambridge.redhat.com [172.16.18.90]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id j9QCC3V04669 for ; Wed, 26 Oct 2005 08:12:03 -0400 Received: (from jorton@localhost) by radish.cambridge.redhat.com (8.13.4/8.13.4/Submit) id j9QCC2tw012849 for test-dev@httpd.apache.org; Wed, 26 Oct 2005 13:12:02 +0100 Date: Wed, 26 Oct 2005 13:12:02 +0100 From: Joe Orton To: test-dev@httpd.apache.org Subject: Re: Perl framework patch for Apache bug 37145 Message-ID: <20051026121202.GA2245@redhat.com> Mail-Followup-To: test-dev@httpd.apache.org References: <435BE862.1090809@stason.org> <20051026083022.15067.qmail@web35804.mail.mud.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20051026083022.15067.qmail@web35804.mail.mud.yahoo.com> User-Agent: Mutt/1.4.2.1i X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N On Wed, Oct 26, 2005 at 01:30:22AM -0700, Zubin Kika wrote: > The patch is attached. > It contains the following files: > t/ssl/proxy_bug37145.t :The script file > t/htdocs/test.txt :Test file of size 100Kb > t/htdocs/test1.txt :Test file of size less than 8 Kb > t/htdocs/test2.txt :Test file of size 8Kb > t/htdocs/modules/cgi/testrev_proxy.pl :Perl file that > will handle the posted data > > Request you to please review the same. Thanks for the contribution. - the CGI script should not rely on CGI.pm - call the new test simply "t/ssl/pr37145.t" - attach files not tarballs when posting new code - create a new directory for new htdocs (t/htdocs/modules/ssl) - a CGI script which outputs 100Kb of data would be preferable to adding a 100Kb file directly to the repos - follow the normal code style (indenting, whitespace etc) for the .t code; should be something like: http://perl.apache.org/docs/2.0/devel/core/coding_style.html#Coding_Style_Guide joe