You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Rick McGuire (JIRA)" <ji...@apache.org> on 2008/06/20 22:21:44 UTC

[jira] Resolved: (GERONIMO-4134) boundary attribute for multipart/related content does not have surrounding quotes

     [ https://issues.apache.org/jira/browse/GERONIMO-4134?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rick McGuire resolved GERONIMO-4134.
------------------------------------

    Resolution: Fixed

Committed revision 670051.  spec checkin
Committed revision 670052.  provider checkin 

I was able to modify the addFooter program I was using for the code page issue to reproduce this problem, so I'm fairly certain that I have this fixed now.  The multipart add footer test will likely fail  because it appears there's an issue in the quoted-printable encoder with dealing with an "=" immediately before a line break.  But that's a task for Monday.  I'll go ahead and open the Jira against that myself since I have a simple program that demonstates the problem.  

> 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.