mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-11-15 17:12:14 +03:00
Finish XMLArgs processing in v3
This commit is contained in:
@@ -149,6 +149,7 @@ Transaction::Transaction(ModSecurity *ms, RulesSet *rules, const char *id,
|
||||
#endif
|
||||
m_secRuleEngine(RulesSetProperties::PropertyNotSetRuleEngine),
|
||||
m_logCbData(logCbData),
|
||||
m_secXMLParseXmlIntoArgs(rules->m_secXMLParseXmlIntoArgs),
|
||||
TransactionAnchoredVariables(this) {
|
||||
m_variableUrlEncodedError.set("0", 0);
|
||||
m_variableMscPcreError.set("0", 0);
|
||||
|
||||
Reference in New Issue
Block a user