Merge pull request #3051 from marcstern/v2/mst/cmdline-semicol

; incorrectly replaced by space in cmdline
This commit is contained in:
Marc Stern 2024-02-01 12:19:04 +01:00 committed by GitHub
commit f7e83691b3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -57,7 +57,6 @@ static int msre_fn_cmdline_execute(apr_pool_t *mptmp, unsigned char *input,
/* replace some characters to space (only one) */
case ' ':
case ',':
case ';':
case '\t':
case '\r':
case '\n':