Backported changeset:1056 to 2.5.x which handles a lacking new line after the final multipart boundary. See #502.

This commit is contained in:
brectanus 2008-05-30 20:07:47 +00:00
parent 6241dfe961
commit 4d2fa2741c

View File

@ -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).