Hi Nicolas
Nicolas FROMENT wrote:
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 ?
Please do file a report at http://incubator.apache.org/ftpserver/ and
I'll have a look at it.
/niklas