MODSEC-132

This commit is contained in:
brenosilva
2011-08-11 14:35:20 +00:00
parent 8a5a53431e
commit d43c7e0bf5

View File

@@ -1851,7 +1851,7 @@ static apr_status_t msre_action_initcol_execute(modsec_rec *msr, apr_pool_t *mpt
/* IMP1 We have a function for this now, parse_name_eq_value? */
s = strstr(data, "=");
if (s == NULL) return 0;
col_name = data;
col_name = strtolower_inplace(data);
col_key = s + 1;
*s = '\0';