mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-30 11:44:32 +03:00
If the rx or rxGlobal operator encounters a regex error, the RX_ERROR and RX_ERROR_RULE_ID variables are set. RX_ERROR contains a simple error code which can be either OTHER or MATCH_LIMIT. RX_ERROR_RULE_ID unsurprisingly contains the ID of the rule associated with the error. More than one rule may encounter regex errors, but only the first error is reflected in these variables.
12 lines
401 B
C++
12 lines
401 B
C++
// A Bison parser, made by GNU Bison 3.8.2.
|
|
|
|
// Starting with Bison 3.2, this file is useless: the structure it
|
|
// used to define is now defined in "location.hh".
|
|
//
|
|
// To get rid of this file:
|
|
// 1. add '%require "3.2"' (or newer) to your grammar file
|
|
// 2. remove references to this file from your build system
|
|
// 3. if you used to include it, include "location.hh" instead.
|
|
|
|
#include "location.hh"
|