MrDraw/tests
Gina Häußge 13728c231c Also explicitely support ISO-8859-1 encoded multipart headers
Solves an issue with clients encoding filenames in multipart
 headers in ISO-8859-1, causing an HTTP 500 response code.

 This change makes ISO-8859-1 encoded headers work, sends
 a 400 Bad Request instead of 500 Internal Server Error if the
 request multipart headers cannot be decoded as either UTF-8
 or ISO-8859-1, defines UTF-8 content type for multipart text
 fields in rebuilt body and also adds support for RFC 5987 for the
 multipart file upload "filename" header component.
2016-09-07 17:03:59 +02:00
..
filemanager Fixed file manager unit tests, added tests for print recovery functionality 2016-02-09 10:45:54 +01:00
plugin Added Unit Tests for BlueprintPlugin mixin 2015-10-26 09:15:54 +01:00
printer Refactoring of "printer" modules 2015-03-03 17:01:33 +01:00
server Also explicitely support ISO-8859-1 encoded multipart headers 2016-09-07 17:03:59 +02:00
slicing Fix & Docs: Plugins may only have one mixin implementation 2015-03-30 16:50:06 +02:00
timelapse More timelapse unit tests 2016-02-10 16:44:46 +01:00
util Fixed a broken unit test (pro tip: test new tests before committing...) 2015-11-20 10:12:15 +01:00