gotlium/madfish-webtoolkit

Content Type that contains character encoding parameter throws exception in ProcessPostData function

GoogleCodeExporter opened this issue · 1 comments

When processing a POST with  requestHeader.contentType of
"application/x-www-form-urlencoded; charset=UTF-8"

A call to HttpServerContext::ProcessPostData() to parse the posted
parameters will throw exception "Malformed header for multipart data".


Original issue reported on code.google.com by k...@lrunit.com on 17 Aug 2009 at 12:43

Original comment by madfisht...@gmail.com on 17 Aug 2009 at 12:20

  • Changed state: Fixed