comparison mercurial/hgweb/common.py @ 3266:b4f16bf59a5d

hgweb: Added safety net for PATH_INFO starting with double slash. This happens e.g. when using the following apache config: RewriteRule (.*) /hgwebdir/$1 [PT] instead of the less readable (but more correct): RewriteRule (.*) /hgwebdir$1 [PT]
author Thomas Arendsen Hein <thomas@intevation.de>
date Thu, 05 Oct 2006 11:57:38 +0200
parents f045b049a704
children db9d2a624521
comparison
equal deleted inserted replaced
3265:03880d4e2550 3266:b4f16bf59a5d