Allow ability to force request body buffering to memory. Fixes MODSEC-2.

This commit is contained in:
brectanus
2008-09-03 20:42:28 +00:00
parent a25269a5e5
commit f2f160e10c
8 changed files with 69 additions and 3 deletions

View File

@@ -1,7 +1,13 @@
03 Sep 2008 - 2.5.7-dev1
------------------------
* Integrate mlogc source.
* Added ctl:requestBodyBuffering=on|off which, when enabled, will force
the request body to be buffered and allow REQUEST_BODY to be inspected.
Previously the REQUEST_BODY target was only populated if the request body
was a parsable type (application/x-www-form-urlencoded or
multipart/form-data) or was forced to be parsed via ctl:requestBodyProcessor.
* Integrated mlogc source.
* Fixed logging the hostname in the error_log which was logging the
request hostname instead of the Apache resolved hostname.