Ticket #31 (closed defect: fixed)

Opened 6 months ago

Last modified 6 months ago

Multipart parser appending CRLF

Reported by: mahlon Assigned to: mgranger
Priority: major Milestone: ThingFish 0.2 - The "Butterhand" Release
Component: ThingFish Keywords: multipart parser thingfish request
Cc: Depends on:

Description

Uploads using the formupload handler have an additional CRLF added to the end of the file.

This looks like a bug in the multipart parser with a boundary scan.

Change History

02/25/08 08:25:20 changed by mahlon

  • status changed from new to closed.
  • resolution set to fixed.

(In [465])

  • Explicitly remove the final CRLF from multipart streams. Closes #31.