mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-11-17 01:51:52 +03:00
actions: Compute the rule association during rules load
This commit is contained in:
@@ -2093,15 +2093,15 @@ var:
|
||||
}
|
||||
| RUN_TIME_VAR_XML DICT_ELEMENT
|
||||
{
|
||||
VARIABLE_CONTAINER($$, new variables::XML("XML:" + $2));
|
||||
VARIABLE_CONTAINER($$, new variables::XML_WithNSPath($2));
|
||||
}
|
||||
| RUN_TIME_VAR_XML DICT_ELEMENT_REGEXP
|
||||
{
|
||||
VARIABLE_CONTAINER($$, new variables::XML("XML:" + $2));
|
||||
VARIABLE_CONTAINER($$, new variables::XML_WithNSPath($2));
|
||||
}
|
||||
| RUN_TIME_VAR_XML
|
||||
{
|
||||
VARIABLE_CONTAINER($$, new variables::XML_NoDictElement());
|
||||
VARIABLE_CONTAINER($$, new variables::XML_WithoutNSPath());
|
||||
}
|
||||
| VARIABLE_FILES_TMP_NAMES DICT_ELEMENT
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user