Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 50697 invoked from network); 20 Jun 2008 14:44:44 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 20 Jun 2008 14:44:44 -0000 Received: (qmail 94863 invoked by uid 500); 20 Jun 2008 14:44:39 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 94816 invoked by uid 500); 20 Jun 2008 14:44:39 -0000 Mailing-List: contact dev-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@geronimo.apache.org List-Id: Delivered-To: mailing list dev@geronimo.apache.org Received: (qmail 94800 invoked by uid 99); 20 Jun 2008 14:44:39 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 20 Jun 2008 07:44:39 -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, 20 Jun 2008 14:43:57 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 7730F234C144 for ; Fri, 20 Jun 2008 07:43:46 -0700 (PDT) Message-ID: <107958849.1213973026473.JavaMail.jira@brutus> Date: Fri, 20 Jun 2008 07:43:46 -0700 (PDT) From: "Stefano Bagnara (JIRA)" To: dev@geronimo.apache.org Subject: [jira] Commented: (GERONIMO-4134) boundary attribute for multipart/related content does not have surrounding quotes In-Reply-To: <1675506429.1213895865855.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/GERONIMO-4134?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12606783#action_12606783 ] Stefano Bagnara commented on GERONIMO-4134: ------------------------------------------- I see a weird name in staged jars: [ ] geronimo-activation_1.1_spec-1.0.3-SNAPSHOT.jar 17-Jun-2008 16:06 34K [ ] geronimo-javamail_1.4_mail-1.5-SNAPSHOT.jar 20-Jun-2008 14:07 429K [ ] geronimo-javamail_1.4_mail\target\geronimo-javamail_1.4_mail-1.5-SNAPSHOT.jar 20 And I cannot download the file with the backslash that I guess is the latest. > boundary attribute for multipart/related content does not have surrounding quotes > --------------------------------------------------------------------------------- > > Key: GERONIMO-4134 > URL: https://issues.apache.org/jira/browse/GERONIMO-4134 > Project: Geronimo > Issue Type: Bug > Security Level: public(Regular issues) > Components: mail > Affects Versions: 2.1.1 > Reporter: Stefano Bagnara > Assignee: Rick McGuire > > Reading from stream a multipart/related mail, adding some text as footer, outputting it to a stream result in this header: > Content-Type: multipart/related; > boundary=------------050206010102010306090507 > instead of what we expected (and what sun's implementation give us): > Content-Type: multipart/related; > boundary="------------050206010102010306090507" > the original message has this one: > Content-Type: multipart/related; > boundary="------------050206010102010306090507" > I don't know if this is bad or ok, but I've seen geronimo to use quotes for a different test where I'm using multipart/alternative instead of multipart/related... > For sure it is different from what we get from sun implementation. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.