]> granicus.if.org Git - cgit/commit
Don't be fooled by trailing '/' in url-parameter
authorLars Hjemli <hjemli@gmail.com>
Fri, 18 May 2007 11:06:45 +0000 (13:06 +0200)
committerLars Hjemli <hjemli@gmail.com>
Fri, 18 May 2007 20:51:02 +0000 (22:51 +0200)
commit3de63b264c36888dfd42dfdf3fc0aad4ce0c2b5c
tree6a6af99ad81e5dcecf0de6469d09f0d00789593e
parent72fa5c63f80262019d807658cc537c9897c4b1d1
Don't be fooled by trailing '/' in url-parameter

cgit_parse_url() didn't check if the path-part of urls contained a
real path or just a trailing slash. This made the log-page die since
the path filtering supplied an invalid path argument. This fixes it.

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