Skip to content

Commit bd45108

Browse files
airweentheseion
andauthored
Fix error message explanation.
Co-authored-by: Max Leske <[email protected]>
1 parent c11bd6c commit bd45108

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apache2/msc_xml.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ static void msc_xml_on_end_elementns(
7272
log_escape_ex(msr->mp, xml_parser_state->currval, strlen(xml_parser_state->currval)));
7373
}
7474
msr->msc_reqbody_error = 1;
75-
msr->xml->xml_error = apr_psprintf(msr->mp, "More than %ld XML keys", msr->txcfg->arguments_limit);
75+
msr->xml->xml_error = apr_psprintf(msr->mp, "More than %ld ARGS (GET + XML)", msr->txcfg->arguments_limit);
7676
xmlStopParser((xmlParserCtxtPtr)msr->xml->parsing_ctx_arg);
7777
}
7878
else {

0 commit comments

Comments
 (0)