mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-30 03:34:29 +03:00
CHANGES text describing when REQUEST_BODY is populated was not accurate.
This commit is contained in:
7
CHANGES
7
CHANGES
@@ -8,10 +8,9 @@
|
|||||||
processing errors, even if the XML parser returns a document tree.
|
processing errors, even if the XML parser returns a document tree.
|
||||||
|
|
||||||
* Added ctl:forceRequestBodyVariable=on|off which, when enabled, will force
|
* Added ctl:forceRequestBodyVariable=on|off which, when enabled, will force
|
||||||
the REQUEST_BODY variable to be set and allow it to be inspected.
|
the REQUEST_BODY variable to be set when a request body processor is not set.
|
||||||
Previously the REQUEST_BODY target was only populated if the request body
|
Previously the REQUEST_BODY target was only populated by the URLENCODED
|
||||||
was a parsable type (application/x-www-form-urlencoded or
|
request body processor.
|
||||||
multipart/form-data) or was forced to be parsed via ctl:requestBodyProcessor.
|
|
||||||
|
|
||||||
* Integrated mlogc source.
|
* Integrated mlogc source.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user