[ http://issues.apache.org/jira/browse/JAMES-383?page=comments#action_12314394 ]
Daniel Perry commented on JAMES-383: ------------------------------------ Looks like same issue as: http://issues.apache.org/jira/browse/JAMES-311 which has been fixed, but not in a release yet. Patch as follows: --- NNTPHandler_orig.java +++ NNTPHandler.java @@ -1053,7 +1053,7 @@ if (article != null) { writer.flush(); article.writeBody(new ExtraDotOutputStream(outs)); - writeLoggedFlushedResponse("."); + writeLoggedFlushedResponse("\r\n."); } } @@ -1189,7 +1189,7 @@ if (article != null) { writer.flush(); article.writeArticle(new ExtraDotOutputStream(outs)); - writeLoggedFlushedResponse("."); + writeLoggedFlushedResponse("\r\n."); } } > new posts hanging > ----------------- > > Key: JAMES-383 > URL: http://issues.apache.org/jira/browse/JAMES-383 > Project: James > Type: Bug > Components: NNTPServer & Repository > Versions: 2.2.0 > Environment: fedora core 4, sun 1.4.2 VM > Reporter: gareth lloyd > Priority: Minor > > i have started up james as root, and disabled all the servers except the NNTP > server. > i'ave successfully added several newsgroups > clients are able to create messages and successfully post them > when you then try to read one of those messages, the client will hang > ('reading message') indefintely.. clients can see the message headers.. but > when they try to click on the message, the body of the message will not > appear. its as if the server is 'stuck' and won't send out the message body. > have tried seveal clients (thunderbird mainly) and getting same behavior. > nothing of note in the logs that i can tell. > please advise. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
