https://issues.apache.org/jira/browse/COUCHDB-1705
This bug blocks usage the `multipart/form-data` format with _update functions. This matters if you're trying to do Webhooks with SendGrid (as I was today...) or using HTML5 forms that want to define character sets for the POST'd bits. This format is circa 1995 re: RFC1867: http://tools.ietf.org/html/rfc1867#section-7 and recommended in HTML5 and the latest HTTP RFC's. Does anyone here have the ability to fix this? I'm afraid my Erlang's rustier than I'd like...and I'm not up to speed with the 2.x or (even) 1.7 plans and code layout. It's a bug that prevents some simple/typical usage of CouchDB _update handlers, and (as I found out) also some other types of APIs that choose that format. Thoughts, ideas, and fixes most welcome! ;) Benjamin -- http://bigbluehat.com/ http://linkedin.com/in/benjaminyoung
