Skip to content

Commit 83682d2

Browse files
martinhsvzimmerle
authored andcommitted
Fix config setting not respected: client_body_in_file_only on
1 parent 63feb81 commit 83682d2

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGES

+2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
v1.0.x - YYYY-MMM-DD (To be released)
22
-------------------------------------
33

4+
- Fix config setting not respected: client_body_in_file_only on
5+
[Issue #187 - @martinhsv]
46
- Fix audit_log not generated for disruptive actions
57
[Issue #170, #2220, #2237 - @victorhora]
68
- Exit more gracefully if uri length is zero

src/ngx_http_modsecurity_pre_access.c

-1
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,6 @@ ngx_http_modsecurity_pre_access_handler(ngx_http_request_t *r)
104104
*/
105105
r->request_body_in_single_buf = 1;
106106
r->request_body_in_persistent_file = 1;
107-
r->request_body_in_clean_file = 1;
108107

109108
rc = ngx_http_read_client_request_body(r,
110109
ngx_http_modsecurity_request_read);

0 commit comments

Comments
 (0)