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 <mh@xxxxxxxxxxxx> 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 -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html