Return-Path: Delivered-To: apmail-incubator-abdera-dev-archive@locus.apache.org Received: (qmail 89750 invoked from network); 16 May 2008 05:29:18 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 16 May 2008 05:29:18 -0000 Received: (qmail 54545 invoked by uid 500); 16 May 2008 05:29:20 -0000 Delivered-To: apmail-incubator-abdera-dev-archive@incubator.apache.org Received: (qmail 54518 invoked by uid 500); 16 May 2008 05:29:20 -0000 Mailing-List: contact abdera-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: abdera-dev@incubator.apache.org Delivered-To: mailing list abdera-dev@incubator.apache.org Received: (qmail 54507 invoked by uid 99); 16 May 2008 05:29:20 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 15 May 2008 22:29:20 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 16 May 2008 05:28:34 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 9DE61234C10D for ; Thu, 15 May 2008 22:28:55 -0700 (PDT) Message-ID: <1183325860.1210915735631.JavaMail.jira@brutus> Date: Thu, 15 May 2008 22:28:55 -0700 (PDT) From: "James M Snell (JIRA)" To: abdera-dev@incubator.apache.org Subject: [jira] Resolved: (ABDERA-159) Entry content is encoded as base64 even if mime type of text/* is provided In-Reply-To: <786108077.1210797535711.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/ABDERA-159?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James M Snell resolved ABDERA-159. ---------------------------------- Resolution: Fixed Fix Version/s: 0.5.0 checked in > Entry content is encoded as base64 even if mime type of text/* is provided > -------------------------------------------------------------------------- > > Key: ABDERA-159 > URL: https://issues.apache.org/jira/browse/ABDERA-159 > Project: Abdera > Issue Type: Bug > Affects Versions: 0.4.0 > Environment: Windows, Java 1.5 > Reporter: Derek Carr > Fix For: 0.5.0 > > > Calling the following: > entry.setContent(inputStream, "text/plain"); > This results in the binary content being base64 encoded even though content of type 'text/*' does not need to be encoded. Expectation is that content should not be encoded when it is a well-known content type (text, html, etc.) -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.