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 4E0E2C790 for ; Tue, 18 Jun 2013 12:11:21 +0000 (UTC) Received: (qmail 76270 invoked by uid 500); 18 Jun 2013 12:11:20 -0000 Delivered-To: apmail-hc-dev-archive@hc.apache.org Received: (qmail 76246 invoked by uid 500); 18 Jun 2013 12:11:20 -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 76225 invoked by uid 99); 18 Jun 2013 12:11:20 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 18 Jun 2013 12:11:20 +0000 Date: Tue, 18 Jun 2013 12:11:20 +0000 (UTC) From: "Karl Wright (JIRA)" To: dev@hc.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HTTPCLIENT-1372) Content-Disposition header in form data does not adhere to RFC6266 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-1372?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13686630#comment-13686630 ] Karl Wright commented on HTTPCLIENT-1372: ----------------------------------------- I made local modifications (in the ManifoldCF project) which were designed to implement RFC 6532, but I'm still waiting for confirmation that they work as planned. > Content-Disposition header in form data does not adhere to RFC6266 > ------------------------------------------------------------------ > > Key: HTTPCLIENT-1372 > URL: https://issues.apache.org/jira/browse/HTTPCLIENT-1372 > Project: HttpComponents HttpClient > Issue Type: Bug > Components: HttpMime > Affects Versions: 4.2.5 > Reporter: Karl Wright > Assignee: Karl Wright > Fix For: 4.3 Beta3 > > > The Content-disposition header, as it appears for an item of form data, does not allow for UTF-8 encoding as specified in RFC6266, as described here: > http://tools.ietf.org/html/rfc6266 > This is causing ManifoldCF severe problems working in Japan with Solr, since Solr content extraction relies on accurate filenames in order to determine the likely document encoding. > A fix for the 4.2.x branch will be needed, I am afraid. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@hc.apache.org For additional commands, e-mail: dev-help@hc.apache.org