mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-30 19:47:47 +03:00
Refactoring the actions classes
This commit is contained in:
@@ -882,7 +882,8 @@ int Transaction::appendRequestBody(const unsigned char *buf, size_t len) {
|
||||
"request");
|
||||
#endif
|
||||
intervention::free(&m_it);
|
||||
m_it.log = strdup("Request body limit is marked to reject the request");
|
||||
m_it.log = strdup("Request body limit is marked to " \
|
||||
"reject the request");
|
||||
m_it.status = 403;
|
||||
m_it.disruptive = true;
|
||||
}
|
||||
|
Reference in New Issue
Block a user