File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ bool ParseXmlIntoArgs::init(std::string *error) {
47
47
48
48
bool ParseXmlIntoArgs::evaluate (RuleWithActions *rule, Transaction *transaction) {
49
49
std::stringstream a;
50
- a << " Setting SecParseXMLIntoArgs to " ;
50
+ a << " Setting SecParseXmlIntoArgs to " ;
51
51
a << modsecurity::RulesSetProperties::configXMLParseXmlIntoArgsString (m_secXMLParseXmlIntoArgs);
52
52
a << " as requested by a ctl:parseXmlIntoArgs action" ;
53
53
Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ ACTION_CTL_BDY_JSON (?i:ctl:requestBodyProcessor=JSO
90
90
ACTION_CTL_BDY_XML (?i:ctl:requestBodyProcessor=XML)
91
91
ACTION_CTL_BDY_URLENCODED (?i:ctl:requestBodyProcessor=URLENCODED)
92
92
ACTION_CTL_FORCE_REQ_BODY_VAR (?i:ctl:forceRequestBodyVariable)
93
- ACTION_CTL_PARSE_XML_INTO_ARGS (?i:ctl:parseXMLintoArgs )
93
+ ACTION_CTL_PARSE_XML_INTO_ARGS (?i:ctl:parseXmlIntoArgs )
94
94
ACTION_CTL_REQUEST_BODY_ACCESS (?i:ctl:requestBodyAccess)
95
95
ACTION_CTL_RULE_ENGINE (?i:ctl:ruleEngine)
96
96
ACTION_CTL_RULE_REMOVE_BY_TAG (?i:ctl:ruleRemoveByTag)
@@ -412,7 +412,7 @@ CONFIG_VALUE_RELEVANT_ONLY (?i:RelevantOnly)
412
412
CONFIG_VALUE_SERIAL (?i:Serial)
413
413
CONFIG_VALUE_WARN (?i:Warn)
414
414
CONFIG_XML_EXTERNAL_ENTITY (?i:SecXmlExternalEntity)
415
- CONFIG_XML_PARSE_XML_INTO_ARGS (?i:SecParseXMLIntoArgs )
415
+ CONFIG_XML_PARSE_XML_INTO_ARGS (?i:SecParseXmlIntoArgs )
416
416
CONGIG_DIR_RESPONSE_BODY_MP (?i:SecResponseBodyMimeType)
417
417
CONGIG_DIR_RESPONSE_BODY_MP_CLEAR (?i:SecResponseBodyMimeTypesClear)
418
418
CONGIG_DIR_SEC_ARG_SEP (?i:SecArgumentSeparator)
Original file line number Diff line number Diff line change @@ -170,7 +170,7 @@ bool XML::init() {
170
170
m_transaction->m_secXMLParseXmlIntoArgs
171
171
== RulesSetProperties::OnlyArgsConfigXMLParseXmlIntoArgs) {
172
172
ms_dbg_a (m_transaction, 9 ,
173
- " XML: SecParseXMLIntoArgs is set to " \
173
+ " XML: SecParseXmlIntoArgs is set to " \
174
174
+ RulesSetProperties::configXMLParseXmlIntoArgsString (static_cast <RulesSetProperties::ConfigXMLParseXmlIntoArgs>(m_transaction->m_secXMLParseXmlIntoArgs )));
175
175
m_data.sax_handler = std::make_unique<xmlSAXHandler>();
176
176
memset (m_data.sax_handler .get (), 0 , sizeof (xmlSAXHandler));
You can’t perform that action at this time.
0 commit comments