mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-29 19:24:29 +03:00
Allow ability to force request body buffering to memory. Fixes MODSEC-2.
This commit is contained in:
8
CHANGES
8
CHANGES
@@ -1,7 +1,13 @@
|
||||
03 Sep 2008 - trunk
|
||||
-------------------
|
||||
|
||||
* 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.
|
||||
|
Reference in New Issue
Block a user