mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-29 11:16:33 +03:00
Adds support to ctl:requestBodyProcessor=XML
This commit is contained in:
@@ -252,6 +252,11 @@ class Transaction {
|
||||
*/
|
||||
RequestBodyType m_requestBodyType;
|
||||
|
||||
/**
|
||||
* Holds the request body "processor"
|
||||
*/
|
||||
RequestBodyType m_requestBodyProcessor;
|
||||
|
||||
/**
|
||||
* Rules object utilized during this specific transaction.
|
||||
*/
|
||||
|
Reference in New Issue
Block a user