Change from ctl:requestBodyBuffering to ctl:forceRequestBodyVariable.

This commit is contained in:
brectanus
2008-09-10 17:11:20 +00:00
parent 5740f7a3eb
commit 309510d70b
3 changed files with 11 additions and 10 deletions

View File

@@ -4,8 +4,8 @@
* Fixed XML DTD/Schema validation which will now fail after request body
processing errors, even if the XML parser returns a document tree.
* Added ctl:requestBodyBuffering=on|off which, when enabled, will force
the request body to be buffered and allow REQUEST_BODY to be inspected.
* Added ctl:forceRequestBodyVariable=on|off which, when enabled, will force
the REQUEST_BODY variable to be set and allow it 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.