From 86c9a9bf1f1a5a14909d38ab4a44d55ac2498a40 Mon Sep 17 00:00:00 2001 From: brectanus Date: Wed, 26 Sep 2007 21:39:45 +0000 Subject: [PATCH] Cleanup CHANGES. --- CHANGES | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGES b/CHANGES index 272a15de..8398ee52 100644 --- a/CHANGES +++ b/CHANGES @@ -17,11 +17,11 @@ is interrupted (either by Apache - e.g. by responding with 400, 401 or 403, or by ModSecurity itself). - * Fix the base64decode transformation function to not return extra + * Fixed the base64decode transformation function to not return extra characters at the end. - * Fixed potential corruption at end of strings after using base64Decode - (APR-Util issue). TODO make a better CHANGELOG entry ;) + * Removed potential for extra characters to be appended to the value when + using base64Decode. * Return from the output filter with an error in addition to setting up the HTTP error status in the output data.