jgauffin / Griffin.Framework

Application framework for Business Applications
http://griffinframework.net
168 stars 62 forks source link

fix multipart serializer #8

Closed campersau closed 9 years ago

campersau commented 9 years ago

The MultipartSerializer was broken because it didn't correctly checked the content-type (which now follows the same logic as the UrlFormattedMessageSerializer) and also required a charset which is often not provided (see http://www.w3.org/TR/html401/interact/forms.html#h-17.13.4)

campersau commented 9 years ago

I just realized that this is similar to #4 but maybe you want keep the test.