Finish XMLArgs processing in v3

This commit is contained in:
Ervin Hegedus
2025-04-20 18:21:28 +02:00
parent 01a0615887
commit 9e41a53760
12 changed files with 8399 additions and 7362 deletions

View File

@@ -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);