mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-30 03:34:29 +03:00
Revert "; incorrectly replaced by space in cmdline"
This commit is contained in:
@@ -57,6 +57,7 @@ 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':
|
||||
|
Reference in New Issue
Block a user