Re: [vysper] java.security.KeyStoreException running XMPPServer with Apache Harmony

2010-03-15 Thread Jean-Sebastien Delfino
Bernd Fondermann wrote: On Sat, Mar 13, 2010 at 18:51, Jean-Sebastien Delfino wrote: Bernd Fondermann wrote: On Thu, Mar 11, 2010 at 08:58, Niklas Gustavsson wrote: ... Perhaps we should make this configurable on AbstractTLSContextFactory and allow for injecting a TLSContextFactory into XM

[jira] Commented: (VYSPER-188) java.security.KeyStoreException running XMPPServer with Apache Harmony

2010-03-15 Thread Jean-Sebastien Delfino (JIRA)
[ https://issues.apache.org/jira/browse/VYSPER-188?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12845741#action_12845741 ] Jean-Sebastien Delfino commented on VYSPER-188: --- I asked on d...@harmony [1].

Re: Black/White List in FTP Server

2010-03-15 Thread Niklas Gustavsson
On Mon, Mar 15, 2010 at 7:27 PM, Sai Pullabhotla wrote: > I've been trying to implement white/black lists in FTP server and > thought of running my findings/ideas with you guys. +1 to all you say. I think we should aim to land this work in MINA 3.0. /niklas

Re: Black/White List in FTP Server

2010-03-15 Thread Niklas Gustavsson
On Tue, Mar 16, 2010 at 5:19 AM, Ashish wrote: > Is this IoListener or something specific to FtpServer? AFAIK, our > filters are part of chain and get applied at session level. Yes, listeners are part of the FtpServer API and basically maps 1:1 to an IoAcceptor. > One suggestion is make the impl

Re: Black/White List in FTP Server

2010-03-15 Thread Ashish
On Mon, Mar 15, 2010 at 11:57 PM, Sai Pullabhotla 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 this IoListener or some

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 ca

[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

[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-tabpanel&focusedCommentId=12845212#action_12845212 ] Yannick Lecaillez commented on DIRMINA-653: --- Hi, I got the same problem using C