Re: [proposal] Was : Re: setTrafficMask poll again

2008-11-07 Thread Mark Webb
+1 On Wed, Nov 5, 2008 at 1:16 PM, Maarten Bosteels <[EMAIL PROTECTED]> wrote: > +1 > > On Wed, Nov 5, 2008 at 3:01 PM, Julien Vermillard <[EMAIL PROTECTED]>wrote: > >> I would like to propose : >> - ignore setTrafficMask events in the filter chain (looks like Mark is >> already agreeing) >> >>

Re: UDP request/response, second attempt

2008-11-07 Thread Mark Webb
Sure, it can be done. the problem is that the packets could be received on either end out of order, or not at all. As long as you are willing to accept these risks, you will be fine. On Thu, Nov 6, 2008 at 8:57 AM, Lorenz Breu <[EMAIL PROTECTED]> wrote: > Hi again > > OK, these questions may s

[jira] Closed: (FTPSERVER-217) Spring based configuration doesn't instantiate more then just one ftplet

2008-11-07 Thread Niklas Gustavsson (JIRA)
[ https://issues.apache.org/jira/browse/FTPSERVER-217?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Niklas Gustavsson closed FTPSERVER-217. --- Resolution: Fixed Assignee: Niklas Gustavsson Fixed in rev 712254. I fixed i

Re: [FTPSERVER] broken build

2008-11-07 Thread Niklas Gustavsson
On Fri, Nov 7, 2008 at 2:52 PM, Jiří Kuhn <[EMAIL PROTECTED]> wrote: > while being in sync with svn trunk I'm not able to build ftpserver using mvn > install. There is missing examples/pom.xml file. To build it, I have to > modify top pom.xml like this: Thanks for reporting, I've commited the POM.

Re: New branch for clearing features

2008-11-07 Thread Emmanuel Lecharny
Ashish wrote: Maarten, Till IntelliJ 5.0, I was a happy user. Post that 6.0 and 7.0 on W$ caused so much trouble that I abandoned it. Though I would like to commit that its the best IDE I have ever used. Now I am with MyEclipse 6.5 which I bought recently, and so far content with it. Primary re

Re: [FTPSERVER] Midnight Commander (Linux) behaviour

2008-11-07 Thread Maarten Bosteels
Hello Jiří, Thanks for your suggestion and patch. But it would be better to create a JIRA issue and attach your patch to it. Don't forget the tick the checkbox about licensing. Maarten On Fri, Nov 7, 2008 at 3:35 PM, Jiří Kuhn <[EMAIL PROTECTED]> wrote: > Hello, > > Midnight Commander (mc) is t

Re: New branch for clearing features

2008-11-07 Thread Ashish
Maarten, Till IntelliJ 5.0, I was a happy user. Post that 6.0 and 7.0 on W$ caused so much trouble that I abandoned it. Though I would like to commit that its the best IDE I have ever used. Now I am with MyEclipse 6.5 which I bought recently, and so far content with it. Primary reason is its good

Re: New branch for clearing features

2008-11-07 Thread Maarten Bosteels
Hello all, I am using IntelliJ IDEA (on linux) and I love it: * it has excellent subversion support out-of-the-box. * excellent maven support out-of-the-box. * no problem opening multiple projects * still no proper multi-monitor support :-( * free license for Open Source developers Maarten On F

Re: poll VmPipe

2008-11-07 Thread Maarten Bosteels
I haven't used it either. Our app has a service layer (independant of MINA) and a network layer (based on MINA obviously). When I want to test service layer, I don't need MINA at all. And when I want to test the network layer, I prefer to use the real stuff (ie using real sockets). Maarten On Th

Re: New branch for clearing features

2008-11-07 Thread Emmanuel Lecharny
Kiran Ayyagari wrote: I don't know much about Subversive but have had a *bad* experience with Subclipse while performing operations other than simple checkout/checkin. ( had to manually move all the resources later using 'svn' to fix ) IMHO managing the classpath is a breeze in IDE if we use

[FTPSERVER] Listeners are immutable?

2008-11-07 Thread Jiří Kuhn
Hello, I'm interested in ListenerFactory a little bit, as you may know. Ther was no ListenerFactory in 1.0.0-M3 build therefore I aked question myself why is there now. First commit message of the class sais: Make listeners immutable (FTPSERVER-187). The JIRA issue contains no discussion to be inf

Re: New branch for clearing features

2008-11-07 Thread Kiran Ayyagari
I don't know much about Subversive but have had a *bad* experience with Subclipse while performing operations other than simple checkout/checkin. ( had to manually move all the resources later using 'svn' to fix ) IMHO managing the classpath is a breeze in IDE if we use mvn eclipse:eclipse el

[FTPSERVER] Midnight Commander (Linux) behaviour

2008-11-07 Thread Jiří Kuhn
Hello, Midnight Commander (mc) is text-based file manager used mainly on Linux/unix and is capable to work with FTPs. After uploading file it issues a command SITE CHMOD x which is not supported by Apache FtpServer. Mc reaction is displaying red error dialog. This happens after each upload eve

[jira] Updated: (FTPSERVER-217) Spring based configuration doesn't instantiate more then just one ftplet

2008-11-07 Thread Jiri Kuhn (JIRA)
[ https://issues.apache.org/jira/browse/FTPSERVER-217?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jiri Kuhn updated FTPSERVER-217: Attachment: ftplets.patch ftplets_test.patch ftplets_test.patch - apply this pat

[jira] Created: (FTPSERVER-217) Spring based configuration doesn't instantiate more then just one ftplet

2008-11-07 Thread Jiri Kuhn (JIRA)
Spring based configuration doesn't instantiate more then just one ftplet Key: FTPSERVER-217 URL: https://issues.apache.org/jira/browse/FTPSERVER-217 Project: FtpServer

Re: New branch for clearing features

2008-11-07 Thread Brad Harvey
Hi All, You might have more success with eclipse + subversive/subclipse + m2eclipse (http://m2eclipse.codehaus.org/). Using this method you will get a single project in eclipse (for each branch) rather than multiple projects for each module. I haven't tried to make it work the other way. F

[FTPSERVER] broken build

2008-11-07 Thread Jiří Kuhn
Hello, while being in sync with svn trunk I'm not able to build ftpserver using mvn install. There is missing examples/pom.xml file. To build it, I have to modify top pom.xml like this: $ svn diff pom.xml Index: pom.xml === --- pom.x

Re: New branch for clearing features

2008-11-07 Thread Mark Webb
Thanks. I am using eclipse as well. I guess I will keep on creating new workspaces. --Mark On Fri, Nov 7, 2008 at 4:28 AM, Emmanuel Lecharny <[EMAIL PROTECTED]> wrote: > Julien Vermillard wrote: >> >> On Thu, 6 Nov 2008 22:24:48 -0500 >> "Mark Webb" <[EMAIL PROTECTED]> wrote: >> >> >>> >>> I h

Re: [Chain refactoring] Some fedback and ideas no--signature

2008-11-07 Thread Emmanuel Lecharny
Steve Ulrich wrote: 3) Choice - If we cant to keep all the existing functionalites MINA has, solution 2.3 is obviously the way to go. Well implemented, it will also be fast and easy to debug, and, last, not least, it's close to what we curently have, but with less code and a better inter

[jira] Commented: (FTPSERVER-215) Secured data channel in active mode would require the server to have a public certificate for every client.

2008-11-07 Thread David Latorre (JIRA)
[ https://issues.apache.org/jira/browse/FTPSERVER-215?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12645732#action_12645732 ] David Latorre commented on FTPSERVER-215: - Secured data channel in active m

Re: ConnectionThrottleFilter

2008-11-07 Thread Julien Vermillard
Well it's documented and easy to understand, there is probably more ugly code to cut, this one isn't hurting much :) On Thu, 6 Nov 2008 17:13:01 -0500 "Mark Webb" <[EMAIL PROTECTED]> wrote: > I am not currently using this for anything, I am sure that given > enough time I could come up with reaso

RE: [Chain refactoring] Some fedback and ideas no--signature

2008-11-07 Thread Steve Ulrich
> Emmanuel Lecharny [mailto:[EMAIL PROTECTED] wrote: > > Hi guys, Hi! > here are some thoughts and ideas I have had those last few days, > thoughts that I have experimented in branches. It's not finished yet, > but I think I have something likely to work well and be easier to use > than the curre

[jira] Created: (FTPSERVER-216) Active data transfers significantly slower than passive

2008-11-07 Thread Niklas Gustavsson (JIRA)
Active data transfers significantly slower than passive --- Key: FTPSERVER-216 URL: https://issues.apache.org/jira/browse/FTPSERVER-216 Project: FtpServer Issue Type: Bug Componen

Re: New branch for clearing features

2008-11-07 Thread Emmanuel Lecharny
Julien Vermillard wrote: On Thu, 6 Nov 2008 22:24:48 -0500 "Mark Webb" <[EMAIL PROTECTED]> wrote: I have a simple, somewhat related question. With all of these branches now being used, what IDE are you all using and how are you keeping all the branches straight? I am using Eclipse and am c

Re: New branch for clearing features

2008-11-07 Thread Julien Vermillard
On Thu, 6 Nov 2008 22:24:48 -0500 "Mark Webb" <[EMAIL PROTECTED]> wrote: > I have a simple, somewhat related question. With all of these > branches now being used, what IDE are you all using and how are you > keeping all the branches straight? > > I am using Eclipse and am creating a new worksp

Re: [Chain refactoring] Some fedback and ideas

2008-11-07 Thread Julien Vermillard
Hi you know how much I prefer 2.1 but the need of post() method force us reworking all the filters, so 2.3 is the way to go. Keep 2.1 for the big 3.0 API breakup ;) Julien On Fri, 07 Nov 2008 02:59:59 +0100 Emmanuel Lecharny <[EMAIL PROTECTED]> wrote: > Hi guys, > > here are some thoughts and i