mirror of
https://github.com/nginx/nginx.git
synced 2026-08-04 06:53:10 +00:00
Dav: emit a warning about unsafe URI.
This commit is contained in:
parent
f7ff5e65d0
commit
9b4a99cf5d
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue