From 7b0e71f9299a2025f3cd160794f1486e3b3d58f5 Mon Sep 17 00:00:00 2001 From: ivanr Date: Wed, 17 Sep 2008 10:59:11 +0000 Subject: [PATCH] CHANGES text describing when REQUEST_BODY is populated was not accurate. --- CHANGES | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/CHANGES b/CHANGES index 8d348b46..9af5775f 100644 --- a/CHANGES +++ b/CHANGES @@ -8,10 +8,9 @@ processing errors, even if the XML parser returns a document tree. * 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. + the REQUEST_BODY variable to be set when a request body processor is not set. + Previously the REQUEST_BODY target was only populated by the URLENCODED + request body processor. * Integrated mlogc source.