Menu

#12 Carriage Return Defect is BACK

open
nobody
None
5
2005-09-29
2005-09-29
Anonymous
No

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.

Discussion

  • Stephen Gingras

    Stephen Gingras - 2005-09-29

    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.

     
  • Rhett Sutphin

    Rhett Sutphin - 2005-11-11

    Logged In: YES
    user_id=1135131

    I've posted a patch for this in the Patches section. It is
    1354585.

     

Log in to post a comment.