From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mike Hommey Subject: Re: [PATCH] http/remote-curl: coddle picky servers Date: Thu, 21 Jan 2010 17:34:19 +0100 Message-ID: <20100121163419.GA31659@glandium.org> References: <20100121004756.GA18213@onerussian.com> <20100121050850.GA18896@Knoppix> <20100121155136.17b59e8f.rctay89@gmail.com> <20100121140054.GH18213@onerussian.com> <20100121224100.624c9c9d.rctay89@gmail.com> <20100121155637.GA19078@spearce.org> <20100121160707.GA31276@glandium.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: John 'Warthog9' Hawley , "Shawn O. Pearce" , git@vger.kernel.org, Junio C Hamano , Yaroslav Halchenko , Ilari Liusvaara To: Tay Ray Chuan X-From: git-owner@vger.kernel.org Thu Jan 21 17:34:37 2010 Return-path: Envelope-to: gcvg-git-2@lo.gmane.org Received: from vger.kernel.org ([209.132.180.67]) by lo.gmane.org with esmtp (Exim 4.50) id 1NXzzN-0001Wo-Df for gcvg-git-2@lo.gmane.org; Thu, 21 Jan 2010 17:34:34 +0100 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752926Ab0AUQea (ORCPT ); Thu, 21 Jan 2010 11:34:30 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751774Ab0AUQe3 (ORCPT ); Thu, 21 Jan 2010 11:34:29 -0500 Received: from vuizook.err.no ([85.19.221.46]:56814 "EHLO vuizook.err.no" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751457Ab0AUQe2 (ORCPT ); Thu, 21 Jan 2010 11:34:28 -0500 Received: from cha92-13-88-165-248-19.fbx.proxad.net ([88.165.248.19] helo=jigen) by vuizook.err.no with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.69) (envelope-from ) id 1NXzzA-0002yS-9g; Thu, 21 Jan 2010 17:34:22 +0100 Received: from mh by jigen with local (Exim 4.71) (envelope-from ) id 1NXzz9-0008F0-80; Thu, 21 Jan 2010 17:34:19 +0100 Content-Disposition: inline In-Reply-To: X-GPG-Fingerprint: A479 A824 265C B2A5 FC54 8D1E DE4B DA2C 54FD 2A58 User-Agent: Mutt/1.5.20 (2009-06-14) X-Spam-Status: (score 0.1): No, score=0.1 required=5.0 tests=RDNS_DYNAMIC autolearn=disabled version=3.2.4 Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: On Fri, Jan 22, 2010 at 12:20:26AM +0800, Tay Ray Chuan wrote: > Hi, > > On Fri, Jan 22, 2010 at 12:07 AM, Mike Hommey wrote: > > Look closely at the start of the requested URL: /gitweb.cgi... > > It comes from this rule: > > > > RewriteCond %{QUERY_STRING} ^(.+)$ > > RewriteRule ^/(.*)$ /gitweb.cgi$1 [L,PT] > > > > which is global to the virtual host. > > > > Anyways, while git.debian.org can certainly be fixed for that, other > > servers may want to do some different things with urls with parameters. > > heh, I was suspecting some URL rewriting was going on. > > Is this an issue that should be fixed in gitweb? Nah, that's just an issue with the config at git.debian.org. It's fixed already. Mike