]> git.kaiwu.me - nginx.git/commit
Teach ngx_http_parse_unsafe_uri() how to unescape URIs.
authorRuslan Ermilov <ru@nginx.com>
Mon, 23 Dec 2013 14:12:00 +0000 (18:12 +0400)
committerRuslan Ermilov <ru@nginx.com>
Mon, 23 Dec 2013 14:12:00 +0000 (18:12 +0400)
commitf7ff5e65d0d20ba0425be7e3d8de4d04ceec9206
treedd55a2892d27b25983e8a954319f499678f77eaf
parent336bcb22d19ff67a696a2a8a3aaa1210169ecdc7
Teach ngx_http_parse_unsafe_uri() how to unescape URIs.

This fixes handling of escaped URIs in X-Accel-Redirect (ticket #316),
SSI (ticket #240), and DAV.
src/http/modules/ngx_http_ssi_filter_module.c
src/http/ngx_http_parse.c