Removed CGI style HTTP_* variables in favor of REQUEST_HEADERS:Header-Name. (trac #23)

This commit is contained in:
brectanus
2007-03-27 17:18:21 +00:00
parent 485c664a42
commit f6de76b053
2 changed files with 2 additions and 12 deletions

View File

@@ -2,6 +2,8 @@
21 Mar 2007 - trunk
-------------------
* Removed CGI style HTTP_* variables in favor of REQUEST_HEADERS:Header-Name.
* Store filename/line for each rule and display it and the ID (if available)
in the debug log when invoking a rule. Thanks to Christian Bockermann
for the idea.