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/05/20 16:00:55 UTC

[jira] Closed: (GERONIMO-4033) QuotedPrintableEncoder.decode(InputStream) doesn't handle space before soft newline

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

Rick McGuire closed GERONIMO-4033.
----------------------------------

       Resolution: Fixed
    Fix Version/s: 2.2

Committed revision 658248.

Thanks aaron!

> QuotedPrintableEncoder.decode(InputStream) doesn't handle space before soft newline
> -----------------------------------------------------------------------------------
>
>                 Key: GERONIMO-4033
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-4033
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: mail
>    Affects Versions: 1.x
>            Reporter: aaron pieper
>            Assignee: Rick McGuire
>             Fix For: 2.2
>
>         Attachments: patch.txt
>
>
> QuotedPrintableEncoder.decode(InputStream) does not correctly handle the case where a space occurs before a soft newline. It decodes the space correctly, but the next character decodes as "=".
> In other words, where "A =\r\nB" should decode as "A B", it instead decodes as "A =\r\nB"
> This is a problem in geronimo-javamail_1.4_spec-1.3. I am reporting this as version 1.x, as this is the closest match.

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