]> granicus.if.org Git - cgit/commit
Support "/" as virtual-root
authorLars Hjemli <hjemli@gmail.com>
Thu, 8 Nov 2007 11:20:05 +0000 (12:20 +0100)
committerLars Hjemli <hjemli@gmail.com>
Thu, 8 Nov 2007 11:21:59 +0000 (12:21 +0100)
commitc188c482b3b9ede88891fbcec0b2e6b1bdb8338e
treee894b077cd48656507ef1872ba1889b3ba8701c9
parent72ede12551af320b6d8eade853dbd2cd6f2222cc
Support "/" as virtual-root

When the virtual-root was a single "/", it would be normalized to NULL due
to removal of trailing slashes, which in turn would fool us to belive that
we shouldn't generate virtual urls.

This makes the "/" normalize to "", effectively allowing virtual urls like
http://example.com/projectname to be generated without specifying the
full domain name as the virtual root.

Signed-off-by: Lars Hjemli <hjemli@gmail.com>
shared.c