[jira] [Commented] (SSHD-149) Is separation of sftp subsystem interfaces possible?

2012-12-13 Thread JIRA
[ https://issues.apache.org/jira/browse/SSHD-149?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13530906#comment-13530906 ] Stefan Rönisch commented on SSHD-149: - Hello again. Did you take a look at it in the

[jira] [Commented] (DIRMINA-919) Maven packaging is broken

2012-12-13 Thread Paul Gregoire (JIRA)
[ https://issues.apache.org/jira/browse/DIRMINA-919?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13531058#comment-13531058 ] Paul Gregoire commented on DIRMINA-919: --- Thank you Jeff, that fixed it for me!

Re: re-usable async http parsing code?

2012-12-13 Thread Arnaud bourree
I don't follow: Mina codecs process IOBuffer which is Mina specific. If you want to made codec independent you should used reader/writer or streams, then you loose Mina power. Arnaud. 2012/12/12 Julien Vermillard jvermill...@gmail.com: IMO It's a good idea to provide a codec framework really

Re: re-usable async http parsing code?

2012-12-13 Thread Emmanuel Lécharny
Le 12/13/12 5:41 PM, Arnaud bourree a écrit : I don't follow: Mina codecs process IOBuffer which is Mina specific. If you want to made codec independent you should used reader/writer or streams, then you loose Mina power. Nope. You can (shoud) disconnect the decoder completely. In fact a

Re: re-usable async http parsing code?

2012-12-13 Thread Arnaud bourree
OK, I just take a look to LdapCodec and get you point. Arnaud. 2012/12/13 Emmanuel Lécharny elecha...@gmail.com: Le 12/13/12 5:41 PM, Arnaud bourree a écrit : I don't follow: Mina codecs process IOBuffer which is Mina specific. If you want to made codec independent you should used