4teamwork / ftw.testbrowser

A testing browser for Plone.
http://ftwtestbrowser.readthedocs.io/
5 stars 1 forks source link

Fix MIME encoding error when uploading files. #83

Closed jone closed 6 years ago

jone commented 6 years ago

When uploading files and also filling other form fields with unicode values, there was an error on the MIME preparation when reading the StringIO value.

The problem is fixed by ensuring that we always use UTF-8 when inserting MIME part values.