From fda20322fb7b391b62bde507d553da997231fc35 Mon Sep 17 00:00:00 2001 From: Felipe Zimmerle Date: Tue, 30 Jun 2015 16:01:05 -0300 Subject: [PATCH] Adds information about the issue #904 on the CHANGES file --- CHANGES | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGES b/CHANGES index 2cd3b052..683fcead 100644 --- a/CHANGES +++ b/CHANGES @@ -1,6 +1,10 @@ DD mmm YYYY - X.Y.Z (To be released) ------------------------------------ + * Fix the input filter on ModSecurity Standalone. By fixing the input filter + ModSecurity is able to perform full inspection of the request body, + regardless its size. + [Issue #142, #582 and #830 - Andrey Kolganov (KEMP Technologies)] * Treat APR_INCOMPLETE as APR_EOF while receiving the request body. [Issue #1060, #334 - Alexey Sintsov] * Added support to generate audit logs in JSON format.