Closed
Description
Describe the bug
This PR #2736 introduced a PCRE match limits which, when hit, sets the variable MSC_PCRE_LIMITS_EXCEEDED
. This behavior is incompatible with ModSecurity v2, which is in the same situation setting variable TX:MSC_PCRE_LIMITS_EXCEEDED
.
Expected behavior
Variable names must be unified to keep backward compatibility with v2. Please rename remove MSC_PCRE_LIMITS_EXCEEDED
to TX:MSC_PCRE_LIMITS_EXCEEDED
MSC_PCRE_LIMITS_EXCEEDED
and set TX:MSC_PCRE_LIMITS_EXCEEDED
instead in v3.
Metadata
Metadata
Assignees
Labels
No labels