Hi just test the mina implementation. My test is a performance test I run on ranabFTP server (an old one ;)), on ftpserver-dev as found compiled on incubator site, on ftp server compiled from trunk and then applying the change listeners.add(new MinaListener(serverContext)). The three first work well and with the same performance (that an other issue). Mina one failed.

My first file is a pdf file with a "ç" in the name. Mina implementation failed on it with the following trace : org.apache.mina.filter.codec.ProtocolDecoderException: java.nio.charset.MalformedInputException
Problem decoding UTF-8 ?

My client is the FTPClient from jakarta commons net (on windows, jre 1.4.2_10) and server is on redhat, same jre.

I don't know if I have (and can ?) to fill a bug report ?


Niklas Gustavsson a écrit :
Niklas Gustavsson wrote:
I will hopefully commit the code in the next couple of days. It will not be fully stable when I do but I need the help of you all to test it out.


Alright, the code is commited. However, the MINA listener is still not on by default due to problems with the SSL support and a race condition I'm getting.

If you want to play with it, just change the following line in FtpServer.java:
listeners.add(new IOListener(serverContext));

to:
listeners.add(new MinaListener(serverContext));

/niklas




--
******************************************************************
Nicolas Froment         [EMAIL PROTECTED]
Software Architect

Hi-Stor Technologies        www.histor.fr
23 bd Victor Hugo            Std:    +33 (0) 562 12 14 40 (Voice)
Bâtiment Socrate             Fax:    +33 (0) 562 12 14 49
31770 Colomiers FRANCE

****************************************************************

Reply via email to