You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 MSC_PCRE_LIMITS_EXCEEDED to TX:MSC_PCRE_LIMITS_EXCEEDED remove MSC_PCRE_LIMITS_EXCEEDED and set TX:MSC_PCRE_LIMITS_EXCEEDED instead in v3.