From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22090 invoked by alias); 9 Oct 2003 22:04:21 -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 22078 invoked from network); 9 Oct 2003 22:04:18 -0000 Received: from unknown (HELO redhat.com) (66.187.230.200) by sources.redhat.com with SMTP; 9 Oct 2003 22:04:18 -0000 Received: by redhat.com (Postfix, from userid 201) id A69FD32A8A7; Thu, 9 Oct 2003 18:04:17 -0400 (EDT) Date: Thu, 09 Oct 2003 22:04:00 -0000 From: Christopher Faylor To: Hans-Peter Nilsson Cc: Gerald Pfeifer , overseers@sources.redhat.com Subject: Re: bug in search engine Message-ID: <20031009220417.GD23269@redhat.com> Mail-Followup-To: Hans-Peter Nilsson , Gerald Pfeifer , overseers@sources.redhat.com References: <20031009205803.GA23169@redhat.com> 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/msg00057.txt.bz2 On Thu, Oct 09, 2003 at 05:54:53PM -0400, Hans-Peter Nilsson wrote: >The interesting question is why the apache at bitrange.com >(1.3.27) does not pass argv and why it does on gcc/sourceware >(2.0.40). What confparam is different between my apache and >yours? It has to do with how the web page is constructed.
vs. this:
>> >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. > >Sorry, but that's unimportant and beside the point, as Gerald >pointed out. Can you explain how? method="post" tells a web server not to pass things on the command line which seems to be precisely the point. I don't understand why you think fixing this would not solve the problem. This isn't a server configury thing. It's basic html. cgf