mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-29 19:24:29 +03:00
Optimize regex execution to not capture unless 'capture' action used.
This commit is contained in:
6
CHANGES
6
CHANGES
@@ -2,11 +2,17 @@
|
||||
20 Mar 2007 - trunk
|
||||
-------------------
|
||||
|
||||
* Optimize regex execution to not capture unless 'capture' action used.
|
||||
|
||||
* Performance improvements in memory management.
|
||||
|
||||
* Fixed some collection variable names not printing with the parameter
|
||||
and/or counting operator in the debug log.
|
||||
|
||||
|
||||
11 Mar 2007 - 2.1.1-rc1
|
||||
-----------------------
|
||||
|
||||
* Fixed potential memory corruption when expanding macros.
|
||||
|
||||
* Fixed error when a collection var was fetched in the same second as creation
|
||||
|
Reference in New Issue
Block a user