Return-Path: Delivered-To: apmail-incubator-abdera-dev-archive@locus.apache.org Received: (qmail 6463 invoked from network); 14 May 2008 20:39:16 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 14 May 2008 20:39:16 -0000 Received: (qmail 20392 invoked by uid 500); 14 May 2008 20:39:18 -0000 Delivered-To: apmail-incubator-abdera-dev-archive@incubator.apache.org Received: (qmail 20371 invoked by uid 500); 14 May 2008 20:39:18 -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 20360 invoked by uid 99); 14 May 2008 20:39:18 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 14 May 2008 13:39:18 -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; Wed, 14 May 2008 20:38:40 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id ADE3F234C118 for ; Wed, 14 May 2008 13:38:55 -0700 (PDT) Message-ID: <786108077.1210797535711.JavaMail.jira@brutus> Date: Wed, 14 May 2008 13:38:55 -0700 (PDT) From: "Derek Carr (JIRA)" To: abdera-dev@incubator.apache.org Subject: [jira] Created: (ABDERA-159) Entry content is encoded as base64 even if mime type of text/* is provided MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org 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 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.