I looked through, and the fix you suggested was quite
straightforward.. Don't know why I didn't think of it myself! Doh!
So now there are no outstanding bugs left. However, after I applied
the patchs, I reran my tests using a maven clean first, and now am
having some unit test failures.
It seems like attaching a "bad" url doesn't actually cause any
failures.... Can someone else confirm this issue?
Eric
On Aug 30, 2005, at 8:22 AM, Henning P. Schmiedehausen wrote:
BodyPart primary = getPrimaryBodyPart();
if ((primary instanceof MimePart) && StringUtils.isNotEmpty
(charset)) {
((MimePart) primary).setText(msg, charset);
} else {
primary.setText(msg);
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]