mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-11-17 01:51:52 +03:00
Moved XML request body processor error to debug level 1.
This commit is contained in:
@@ -249,7 +249,7 @@ apr_status_t modsecurity_request_body_store(modsec_rec *msr,
|
|||||||
if (xml_process_chunk(msr, data, length, &my_error_msg) < 0) {
|
if (xml_process_chunk(msr, data, length, &my_error_msg) < 0) {
|
||||||
msr->msc_reqbody_error = 1;
|
msr->msc_reqbody_error = 1;
|
||||||
msr->msc_reqbody_error_msg = my_error_msg;
|
msr->msc_reqbody_error_msg = my_error_msg;
|
||||||
msr_log(msr, 4, "Request body processor error: %s", my_error_msg);
|
msr_log(msr, 1, "Request body processor error: %s", my_error_msg);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user