From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18175 invoked by alias); 9 Oct 2003 20:58:06 -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 18166 invoked from network); 9 Oct 2003 20:58:04 -0000 Received: from unknown (HELO redhat.com) (66.187.230.200) by sources.redhat.com with SMTP; 9 Oct 2003 20:58:04 -0000 Received: by redhat.com (Postfix, from userid 201) id AD05932A8A7; Thu, 9 Oct 2003 16:58:03 -0400 (EDT) Date: Thu, 09 Oct 2003 20:58:00 -0000 From: Christopher Faylor To: Hans-Peter Nilsson , Gerald Pfeifer , overseers@sources.redhat.com Subject: Re: bug in search engine Message-ID: <20031009205803.GA23169@redhat.com> Mail-Followup-To: Hans-Peter Nilsson , Gerald Pfeifer , overseers@sources.redhat.com References: <20031009204947.GC22601@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20031009204947.GC22601@redhat.com> User-Agent: Mutt/1.4.1i X-SW-Source: 2003-q4/txt/msg00053.txt.bz2 On Thu, Oct 09, 2003 at 04:49:47PM -0400, Christopher Faylor wrote: >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. That was it. I'm changing all of the search options to use 'method="post"'. That seems to work correctly. I've turned htsearch back on again. cgf