Dav: emit a warning about unsafe URI.

This commit is contained in:
Ruslan Ermilov 2013-12-23 18:12:03 +04:00
parent f7ff5e65d0
commit 9b4a99cf5d

View file

@ -604,7 +604,7 @@ destination_done:
duri.len = last - p;
duri.data = p;
flags = 0;
flags = NGX_HTTP_LOG_UNSAFE;
if (ngx_http_parse_unsafe_uri(r, &duri, &args, &flags) != NGX_OK) {
goto invalid_destination;