Return-Path: Delivered-To: apmail-httpd-dev-archive@www.apache.org Received: (qmail 69059 invoked from network); 24 Jul 2008 19:02:16 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 24 Jul 2008 19:02:16 -0000 Received: (qmail 31705 invoked by uid 500); 24 Jul 2008 19:02:12 -0000 Delivered-To: apmail-httpd-dev-archive@httpd.apache.org Received: (qmail 31642 invoked by uid 500); 24 Jul 2008 19:02:12 -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 31617 invoked by uid 99); 24 Jul 2008 19:02:12 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 24 Jul 2008 12:02:12 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [140.211.11.9] (HELO minotaur.apache.org) (140.211.11.9) by apache.org (qpsmtpd/0.29) with SMTP; Thu, 24 Jul 2008 19:01:24 +0000 Received: (qmail 68848 invoked by uid 2161); 24 Jul 2008 19:01:49 -0000 Received: from [192.168.2.4] (euler.heimnetz.de [192.168.2.4]) by cerberus.heimnetz.de (Postfix on SuSE Linux 7.0 (i386)) with ESMTP id 240CB1721C for ; Thu, 24 Jul 2008 21:01:37 +0200 (CEST) Message-ID: <4888D1A6.6060805@apache.org> Date: Thu, 24 Jul 2008 21:01:58 +0200 From: Ruediger Pluem User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.16) Gecko/20080702 SeaMonkey/1.1.11 MIME-Version: 1.0 To: dev@httpd.apache.org Subject: Re: mod_cgid doesn't pass null arguments on command line References: <1404e5910807240501u27daaae0ya57e896e67523441@mail.gmail.com> <99EA83DCDE961346AFA9B5EC33FEC08BEDC0E5@VF-MBX11.internal.vodafone.com> <4888B742.6060706@force-elite.com> In-Reply-To: <4888B742.6060706@force-elite.com> X-Enigmail-Version: 0.95.6 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Virus-Checked: Checked by ClamAV on apache.org On 07/24/2008 07:09 PM, Paul Querna wrote: > Pl�m, R�diger, VF-Group wrote: >> >> >>> -----Urspr�ngliche Nachricht----- >>> Von: Jeff Trawick >>> Gesendet: Donnerstag, 24. Juli 2008 15:36 >>> An: dev@httpd.apache.org >>> Betreff: Re: mod_cgid doesn't pass null arguments on command line >>> >>> >>> mod_cgi works fine though (tiny caveat: I tried this with cgi vs. >>> cgid on a 2061 tree I had handy). The discrepancy between arg >>> handling in cgi/cgid is the major concern as far as user impact. >> >> I don't get why there is a difference between mod_cgi and mod_cgid >> how they handle NULL arguments. Is there any specific reason why mod_cgid >> skips them? >> Whatever is the correct thing (skipping or not): Lets make mod_cgi / >> mod_cgid >> behave in the same way. > > +1, they should have identical behaviors, and I would prefer to fix that > in 2.2x, not just add another env var. +1, but who is behaving correctly currently mod_cgi or mod_cgid? Regards R�diger