Enhance debug log output for capturing to detect all regex/capture mismatches (trac #21).

This commit is contained in:
brectanus
2007-03-27 17:13:42 +00:00
parent 891859f9c5
commit 485c664a42
2 changed files with 8 additions and 5 deletions

View File

@@ -8,8 +8,8 @@
* Do not log 'allow' action as intercepted in the debug log.
* Warn if a regular expression captures subexpressions, but the
"capture" action was not specified.
* Write debug log messages when "capture" is set, but the regex does not
capture and vice-versa.
* Performance improvements in memory management.