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/08/27 15:59:44 UTC

[jira] Created: (GERONIMO-4270) javamail MimeMultipart not accepting linear white space at end of boundary strings.

javamail MimeMultipart not accepting linear white space at end of boundary strings. 
------------------------------------------------------------------------------------

                 Key: GERONIMO-4270
                 URL: https://issues.apache.org/jira/browse/GERONIMO-4270
             Project: Geronimo
          Issue Type: Bug
      Security Level: public (Regular issues)
          Components: mail
            Reporter: Rick McGuire
            Assignee: Rick McGuire


The MIME specification defines a multipart boundary string as allowing a sequence of linear white space characters between the end of the string and the line terminator.  The current javamail code is not recognizing these trailing characters as being part of a valid boundary string. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (GERONIMO-4270) javamail MimeMultipart not accepting linear white space at end of boundary strings.

Posted by "Rick McGuire (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/GERONIMO-4270?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rick McGuire resolved GERONIMO-4270.
------------------------------------

    Resolution: Fixed

Committed revision 689486.

> javamail MimeMultipart not accepting linear white space at end of boundary strings. 
> ------------------------------------------------------------------------------------
>
>                 Key: GERONIMO-4270
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-4270
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: mail
>            Reporter: Rick McGuire
>            Assignee: Rick McGuire
>
> The MIME specification defines a multipart boundary string as allowing a sequence of linear white space characters between the end of the string and the line terminator.  The current javamail code is not recognizing these trailing characters as being part of a valid boundary string. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.