]> git.kaiwu.me - nginx.git/commit
Win32: normalization of trailing dot inside uri.
authorMaxim Dounin <mdounin@mdounin.ru>
Tue, 5 Jun 2012 13:37:29 +0000 (13:37 +0000)
committerMaxim Dounin <mdounin@mdounin.ru>
Tue, 5 Jun 2012 13:37:29 +0000 (13:37 +0000)
commitf83598a35981197ac113b9c898bdb972aa8366da
tree9214ccc18b2ebc120aa2a2d4e732a352221ef044
parentdb80a7adfc1636ef146006b652c1892d42847ccd
Win32: normalization of trailing dot inside uri.

Windows treats "/directory./" identical to "/directory/".  Do the same
when working on Windows.  Note that the behaviour is different from one
with last path component (where multiple spaces and dots are ignored by
Windows).
src/http/ngx_http_parse.c