mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-29 03:06:33 +03:00
Fix MODSEC-333
This commit is contained in:
parent
35a9a6c3e2
commit
e821aaf048
@ -104,6 +104,7 @@ static int fetch_target_exception(msre_rule *rule, modsec_rec *msr, msre_var *va
|
||||
name = apr_strtok(variable,":",&value);
|
||||
} else {
|
||||
name = variable;
|
||||
value = NULL;
|
||||
}
|
||||
|
||||
if((strlen(myname) == strlen(name)) &&
|
||||
|
Loading…
x
Reference in New Issue
Block a user