Re: Multipart Mixed

2016-06-03 Thread Benson Margulies
Here's what I coded. It's not a patch, just code you're welcome to, but it's probably much like yours. private void setupMultipartRequest(final DocumentRequest request, final ObjectWriter finalWriter, HttpPost post) { MultipartEntityBuilder builder = MultipartEntityBuilder.create();

Re: Multipart Mixed

2016-06-03 Thread Oleg Kalnichevski
On Thu, 2016-06-02 at 12:52 +0200, Stefan Magnus Landrø wrote: > Hi there, > > We're struggeling with some limitations in the current multipart > implementation in 4.5 (latest). > > The MultipartEntityBuilder is actually building a MultipartFormEntity, > whereas we actually want to be able to