QuotedPrintableEncoder.decore(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
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.