Improvements in detection only

This commit is contained in:
brenosilva
2011-04-05 21:16:58 +00:00
parent 9c5e0a4f98
commit 3b4c46f27b
2 changed files with 3 additions and 1 deletions

View File

@@ -361,7 +361,6 @@ apr_status_t modsecurity_request_body_store(modsec_rec *msr,
/* Check that we are not over the request body no files limit. */
if (msr->msc_reqbody_no_files_length >= (unsigned long) msr->txcfg->reqbody_no_files_limit) {
if(msr->txcfg->if_limit_action == REQUEST_BODY_LIMIT_ACTION_REJECT)
return -5;
}