mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-08-14 05:45:59 +03:00
The usage of an arbitrary text instead operator was expecting that the arbitrary text start by something different from "@" or "!", now it can start with anything, including "@", and/or "!". Notice however that there aren't such thing as a bad operator. Bad operator will be used as input of @rx. Issue #1136.