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/23 13:24:44 UTC

[jira] Closed: (GERONIMO-4142) Quoted-printable encoder/decoder problem with an "=" that immediately precedes a line break.

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

Rick McGuire closed GERONIMO-4142.
----------------------------------

    Resolution: Fixed

Committed revision 670522.

The original analysis of the problem was incorrect.  The real problem turned out to be a difference in how the line length limit was interpreted for inserting soft line breaks during an encoding operation.  The Sun implementation was inserting the soft breaks one character earlier for a given line length limit. 

> Quoted-printable encoder/decoder problem with an "=" that immediately precedes a line break. 
> ---------------------------------------------------------------------------------------------
>
>                 Key: GERONIMO-4142
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-4142
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: mail
>            Reporter: Rick McGuire
>            Assignee: Rick McGuire
>             Fix For: 2.2
>
>         Attachments: TestAddFooter.java
>
>
> The attached program demonstrates the problem.  The string "Content-Typ=\r\n" is getting transformed into "Content-Type=\r\n",   Somehow, the position of the "e" and the "=" are getting swapped and the line break is in the wrong location. 

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