From 4d2fa2741cf772e1f8f2e23e0f47a78e51a7461a Mon Sep 17 00:00:00 2001 From: brectanus Date: Fri, 30 May 2008 20:07:47 +0000 Subject: [PATCH] Backported changeset:1056 to 2.5.x which handles a lacking new line after the final multipart boundary. See #502. --- CHANGES | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGES b/CHANGES index f303b941..1045d7af 100644 --- a/CHANGES +++ b/CHANGES @@ -1,6 +1,9 @@ 30 May 2008 - trunk ------------------- +* Handle lack of a new line after the final boundary in a multipart request. + This fixes the reported WordPress Flash file uploader problem. + * Fixed issue with multithreaded servers where concurrent XML processing could crash the web server (at least under Windows).