mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-08-14 05:45:59 +03:00
Fix error message explanation.
Co-authored-by: Max Leske <250711+theseion@users.noreply.github.com>
This commit is contained in:
parent
c11bd6c6f2
commit
bd45108024
@ -72,7 +72,7 @@ static void msc_xml_on_end_elementns(
|
||||
log_escape_ex(msr->mp, xml_parser_state->currval, strlen(xml_parser_state->currval)));
|
||||
}
|
||||
msr->msc_reqbody_error = 1;
|
||||
msr->xml->xml_error = apr_psprintf(msr->mp, "More than %ld XML keys", msr->txcfg->arguments_limit);
|
||||
msr->xml->xml_error = apr_psprintf(msr->mp, "More than %ld ARGS (GET + XML)", msr->txcfg->arguments_limit);
|
||||
xmlStopParser((xmlParserCtxtPtr)msr->xml->parsing_ctx_arg);
|
||||
}
|
||||
else {
|
||||
|
Loading…
x
Reference in New Issue
Block a user