Carriage Return Defect is BACK
Brought to you by:
jasonkitchen
The previously reported carriage return defect is back
(assuming that it was fixed at one piint).
To reproduce the error in Dubster version 1.6, change
line 66 in SimpleSmtpServerTest.java from:
String bodyWithCR = "\n\nKeep these pesky carriage
returns\n\n";
to:
String bodyWithCR = "\n\nKeep these pesky\n
carriage returns\n\n";
...which adds a carriage return in the middle of the
body text...
and the test then fails.
Logged In: YES
user_id=577768
Whoops...I didn't mean to post this one as an anonymous
coward. :-)
It's me Jason...Steve. Ping me if you need help fixing it.
This issue looks like it relates to the readLine processing
approach that appears in the server code.
Logged In: YES
user_id=1135131
I've posted a patch for this in the Patches section. It is
1354585.