Return-Path: Delivered-To: apmail-apr-dev-archive@www.apache.org Received: (qmail 26972 invoked from network); 10 Dec 2005 22:31:00 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 10 Dec 2005 22:31:00 -0000 Received: (qmail 76707 invoked by uid 500); 10 Dec 2005 22:30:58 -0000 Delivered-To: apmail-apr-dev-archive@apr.apache.org Received: (qmail 76677 invoked by uid 500); 10 Dec 2005 22:30:58 -0000 Mailing-List: contact dev-help@apr.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Id: Delivered-To: mailing list dev@apr.apache.org Received: (qmail 76666 invoked by uid 99); 10 Dec 2005 22:30:58 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 10 Dec 2005 14:30:58 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of rooneg@gmail.com designates 64.233.184.206 as permitted sender) Received: from [64.233.184.206] (HELO wproxy.gmail.com) (64.233.184.206) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 10 Dec 2005 14:30:57 -0800 Received: by wproxy.gmail.com with SMTP id i21so1009406wra for ; Sat, 10 Dec 2005 14:30:37 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=c9QE4l740rR3UNt/YHglTOKWm+dNwOlzlFlfDG1x0Zat+cv4f2b4xzP3mWG1txqF/fc6VpJpWO2zcUta9GbJV4UMuoZBDWklvALkUVIpemHOhA9mDCpw3e9HrCEGnxVl9tXeVHh+TNmnyqY7fSYVjp+FbrMdNCPtADKaflfcEps= Received: by 10.54.127.3 with SMTP id z3mr6537778wrc; Sat, 10 Dec 2005 14:30:37 -0800 (PST) Received: by 10.54.120.11 with HTTP; Sat, 10 Dec 2005 14:30:37 -0800 (PST) Message-ID: <7edfeeef0512101430j6f10038cqa905aea0b3aa7e23@mail.gmail.com> Date: Sat, 10 Dec 2005 14:30:37 -0800 From: Garrett Rooney Sender: rooneg@gmail.com To: Philip Martin Subject: Re: [PATCH] win32 apr_proc_create empty parameters Cc: dev@apr.apache.org In-Reply-To: <87sluz6gti.fsf@debian2.lan> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <87sluz6gti.fsf@debian2.lan> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N On 10/17/05, Philip Martin wrote: > A recent thread on the Subversion list concerned passing empty > parameters, i.e. a "" string, to apr_proc_create; it appears that APR > causes such parameters to disappear on Windows: > > http://svn.haxx.se/dev/archive-2005-09/1142.shtml > > There was a claim that CreateProcess supports "": > > http://svn.haxx.se/dev/archive-2005-09/1131.shtml > > I not a Windows expert, and I don't have a Windows box to test, but > this patch should cause APR to pass "": Bill Wrowe took a look at this and says it seems fine, so I just committed it in r355792. Thanks, -garrett