[jira] Commented: (DIRMINA-653) IoSession.write not thread-safe? Loosing messages under heavy multi-threaded write on same session.

2010-03-15 Thread Yannick Lecaillez (JIRA)
[ https://issues.apache.org/jira/browse/DIRMINA-653?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12845212#action_12845212 ] Yannick Lecaillez commented on DIRMINA-653: --- Hi, I got the same problem using

[jira] Created: (DIRMINA-774) CompressionFilter is not thread safe

2010-03-15 Thread Yannick Lecaillez (JIRA)
CompressionFilter is not thread safe Key: DIRMINA-774 URL: https://issues.apache.org/jira/browse/DIRMINA-774 Project: MINA Issue Type: Bug Components: Filter Affects Versions: 2.0.0-RC1

Black/White List in FTP Server

2010-03-15 Thread Sai Pullabhotla
I've been trying to implement white/black lists in FTP server and thought of running my findings/ideas with you guys. Currently, each listener can have a black list. There is NO white listing capability. I've been thinking, instead of having the black list IPs/Subnets, simply have an interface

Re: Black/White List in FTP Server

2010-03-15 Thread Ashish
On Mon, Mar 15, 2010 at 11:57 PM, Sai Pullabhotla sai.pullabho...@jmethods.com wrote: I've been trying to implement white/black lists in FTP server and thought of running my findings/ideas with you guys. Currently, each listener can have a black list. There is NO white listing capability. Is