--- cvsweb.cgi.orig 2008-05-15 13:14:39.000000000 -0400 +++ cvsweb.cgi 2008-05-15 13:18:14.000000000 -0400 @@ -302,11 +302,11 @@ $scriptname =~ s|^/*|/|; # Let's workaround thttpd's stupidity.. -if ($scriptname =~ m|/$|) { - $pathinfo .= '/'; - my $re = quotemeta $pathinfo; - $scriptname =~ s/$re$//; -} +#if ($scriptname =~ m|/$|) { +# $pathinfo .= '/'; +# my $re = quotemeta $pathinfo; +# $scriptname =~ s/$re$//; +#} # $scriptname : the URI escaped path to this script # $where : the path in the CVS repository (without leading /, or only /)