[jira] Commented: (DIRMINA-778) TextLineDecoder not thread safe?

2010-04-22 Thread Emmanuel Lecharny (JIRA)
[ https://issues.apache.org/jira/browse/DIRMINA-778?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12859675#action_12859675 ] Emmanuel Lecharny commented on DIRMINA-778: --- May be Singleton means something

[jira] Created: (FTPSERVER-368) parent pom.xml and core/pom.xml reference to ${groupId} should be ${project.groupId} in the ftplet -api dependency

2010-04-22 Thread Gary Tully (JIRA)
parent pom.xml and core/pom.xml reference to ${groupId} should be ${project.groupId} in the ftplet -api dependency -- Key: FTPSERVER-368 URL:

[jira] Updated: (FTPSERVER-368) parent pom.xml and core/pom.xml reference to ${groupId} should be ${project.groupId} in the ftplet -api dependency

2010-04-22 Thread Gary Tully (JIRA)
[ https://issues.apache.org/jira/browse/FTPSERVER-368?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary Tully updated FTPSERVER-368: - Attachment: FTPSERVER-368.patch patch with the two modifications. Also It may be that

RE: Extending Spring Configuration Definition

2010-04-22 Thread Frank van der Kleij
You could also replace the user manager by your own (which might subclass the existing). I did it like that, see http://vfs-utils.sourceforge.net/ftpserver/configuration.html Frank _

Re: Possible Bug in SSLHandler

2010-04-22 Thread Jason Resch
Emmanuel, The issue isn't related to any type of corruption of concurrent access to the event queue. It is that events may be sent to the next filter in the wrong order from the order in which they were received. For instance, the application layer might have a large protocol message

Re: Possible Bug in SSLHandler

2010-04-22 Thread Emmanuel Lécharny
Emmanuel, The issue isn't related to any type of corruption of concurrent access to the event queue. Sorry, Jason, I reread your first mal carefully and you are most certainly right. can you create a JIRA and post your suggested fix ? This is the best way to get this patch injected and the