Return-Path: X-Original-To: apmail-hc-dev-archive@www.apache.org Delivered-To: apmail-hc-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 60E5511CE9 for ; Tue, 6 May 2014 11:50:42 +0000 (UTC) Received: (qmail 65132 invoked by uid 500); 6 May 2014 11:50:37 -0000 Delivered-To: apmail-hc-dev-archive@hc.apache.org Received: (qmail 64848 invoked by uid 500); 6 May 2014 11:50:24 -0000 Mailing-List: contact dev-help@hc.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "HttpComponents Project" Delivered-To: mailing list dev@hc.apache.org Received: (qmail 64820 invoked by uid 99); 6 May 2014 11:50:17 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 06 May 2014 11:50:17 +0000 Date: Tue, 6 May 2014 11:50:17 +0000 (UTC) From: "Oleg Kalnichevski (JIRA)" To: dev@hc.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HTTPCLIENT-1503) Allow MultipartEntityBuilder to create "multipart/mixed" entity MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HTTPCLIENT-1503?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Oleg Kalnichevski updated HTTPCLIENT-1503: ------------------------------------------ Fix Version/s: 4.4 Alpha1 > Allow MultipartEntityBuilder to create "multipart/mixed" entity > --------------------------------------------------------------- > > Key: HTTPCLIENT-1503 > URL: https://issues.apache.org/jira/browse/HTTPCLIENT-1503 > Project: HttpComponents HttpClient > Issue Type: Improvement > Components: HttpMime > Affects Versions: 4.3.3 > Reporter: Rainer Schnitker > Fix For: 4.4 Alpha1 > > > The MultipartEntityBuilder does not allow to set the subType and the generated Content-Type. > Part1: > public MultipartEntityBuilderFixed setType(final String subType) { > this.subType = subType; > return this; > } > Part2: > private String generateContentType(final String boundary, final Charset charset) { > ... > buffer.append("multipart/" + this.subType + "; boundary="); > ... > } -- This message was sent by Atlassian JIRA (v6.2#6252) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@hc.apache.org For additional commands, e-mail: dev-help@hc.apache.org