summaryrefslogtreecommitdiffhomepage
path: root/src/http/ngx_http_request.h
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2009-10-26 17:45:55 +0000
committerIgor Sysoev <igor@sysoev.ru>2009-10-26 17:45:55 +0000
commit8232053651ecd9d2029e080bf93eb66f27f1d2f3 (patch)
treeb4ab7e09ef76c8f7bb74b45414af6a44c6847496 /src/http/ngx_http_request.h
parent5aa449e8ffae59f0dfdc73485971a51258391eed (diff)
downloadnginx-8232053651ecd9d2029e080bf93eb66f27f1d2f3.tar.gz
nginx-8232053651ecd9d2029e080bf93eb66f27f1d2f3.tar.bz2
merge r3162, r3183:
WebDAV fixes: *) check unsafe Destination *) omit '\0' from "Location" header on MKCOL request
Diffstat (limited to '')
-rw-r--r--src/http/ngx_http_request.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/http/ngx_http_request.h b/src/http/ngx_http_request.h
index 51f8419b4..78dabddbd 100644
--- a/src/http/ngx_http_request.h
+++ b/src/http/ngx_http_request.h
@@ -60,6 +60,7 @@
#define NGX_HTTP_ZERO_IN_URI 1
#define NGX_HTTP_SUBREQUEST_IN_MEMORY 2
#define NGX_HTTP_SUBREQUEST_WAITED 4
+#define NGX_HTTP_LOG_UNSAFE 8
#define NGX_HTTP_OK 200