]> git.kaiwu.me - nginx.git/commit
Merge of r4636, r4637, r4638: config sanity checks.
authorMaxim Dounin <mdounin@mdounin.ru>
Fri, 29 Jun 2012 17:28:41 +0000 (17:28 +0000)
committerMaxim Dounin <mdounin@mdounin.ru>
Fri, 29 Jun 2012 17:28:41 +0000 (17:28 +0000)
commit71b7e2294a68c802930b239e2ed2eda895206846
tree5a3167e24aa68312f7a59e6f761d1ce33810e338
parenta4b7871ac73e1ad33729a060ab0370d0c0293782
Merge of r4636, r4637, r4638: config sanity checks.

*) Added syntax checking of the second parameter of the "split_clients"
   directive.

*) Capped the status code that may be returned with "return" and
   "try_files".

*) Zero padded the returned and logged HTTP status code, and fixed possible
   buffer overrun in $status handling.
src/http/modules/ngx_http_log_module.c
src/http/modules/ngx_http_rewrite_module.c
src/http/modules/ngx_http_split_clients_module.c
src/http/ngx_http_core_module.c
src/http/ngx_http_header_filter_module.c