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