mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-08-16 07:56:12 +03:00
Typo fix.
Co-authored-by: Max Leske <250711+theseion@users.noreply.github.com>
This commit is contained in:
parent
bfe8047c04
commit
21d71bb603
@ -1386,7 +1386,7 @@ static apr_status_t msre_action_ctl_execute(modsec_rec *msr, apr_pool_t *mptmp,
|
|||||||
apr_table_addn(msr->removed_targets, apr_pstrdup(msr->mp, p2), (void *)re);
|
apr_table_addn(msr->removed_targets, apr_pstrdup(msr->mp, p2), (void *)re);
|
||||||
return 1;
|
return 1;
|
||||||
} else
|
} else
|
||||||
if (strcasecmp(name, "parseXMLintoArgs") == 0) {
|
if (strcasecmp(name, "parseXmlIntoArgs") == 0) {
|
||||||
|
|
||||||
if (strcasecmp(value, "on") == 0) {
|
if (strcasecmp(value, "on") == 0) {
|
||||||
msr->txcfg->parse_xml_into_args = MSC_XML_ARGS_ON;
|
msr->txcfg->parse_xml_into_args = MSC_XML_ARGS_ON;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user