From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9644 invoked by alias); 9 Oct 2003 20:49:48 -0000 Mailing-List: contact overseers-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: , Sender: overseers-owner@sources.redhat.com Received: (qmail 9637 invoked from network); 9 Oct 2003 20:49:48 -0000 Received: from unknown (HELO redhat.com) (66.187.230.200) by sources.redhat.com with SMTP; 9 Oct 2003 20:49:48 -0000 Received: by redhat.com (Postfix, from userid 201) id 5595A32A8A7; Thu, 9 Oct 2003 16:49:47 -0400 (EDT) Date: Thu, 09 Oct 2003 20:49:00 -0000 From: Christopher Faylor To: Hans-Peter Nilsson Cc: Gerald Pfeifer , overseers@sources.redhat.com Subject: Re: bug in search engine Message-ID: <20031009204947.GC22601@redhat.com> Mail-Followup-To: Hans-Peter Nilsson , Gerald Pfeifer , overseers@sources.redhat.com References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.1i X-SW-Source: 2003-q4/txt/msg00052.txt.bz2 On Thu, Oct 09, 2003 at 04:37:19PM -0400, Hans-Peter Nilsson wrote: >On Thu, 9 Oct 2003, Hans-Peter Nilsson wrote: >> I have trouble understanding why getopt can get hold of that >> "--bar". I can't repeat it on my own; the query with method GET >> ends up as it should in QUERY_STRING with argc 0 and argv empty. >> >> Chris, can I have access to the web logs, please? (They used to >> be accessible, FWIW.) > >Not needed. Anyone: Is it an apache configury thing to give >cgi:s the args in argv as well as in QUERY_STRING with method >GET? It happens on gcc.gnu.org, but not where I tested first. >(A STFW wasn't conclusive.) Isn't that at the discretion of the form that is used to invoke the cgi? Method="post", maybe? If so, I can fix this easily. cgf