]> git.kaiwu.me - nginx.git/commit
Fixed URI normalization with merge_slashes switched off.
authorMaxim Dounin <mdounin@mdounin.ru>
Tue, 8 Oct 2019 18:56:14 +0000 (21:56 +0300)
committerMaxim Dounin <mdounin@mdounin.ru>
Tue, 8 Oct 2019 18:56:14 +0000 (21:56 +0300)
commit85137dd2a639bea7424f742cdebd9773ce7a2081
treebaf5c574f74b8786a4ffed535f1e98bb36f0ffa3
parented42131da63a106f91e5f8416a9add3720850827
Fixed URI normalization with merge_slashes switched off.

Previously, "/foo///../bar" was normalized into "/foo/bar"
instead of "/foo//bar".
src/http/ngx_http_parse.c