Le 9/17/12 2:21 PM, Niklas Gustavsson a écrit :
Hey
yo,

When upgrading to MINA 2.0.5 in FtpServer, I noticed one of the
FtpServer unit tests breaking. Turns out it's due to a change
(r1374997) in MINA 2.0.5 TextLineDecoder which no longer will throw an
exception on some input which is not valid for the charset. For
example, this test will throw an exception on MINA 2.0.4, but will
pass and output a broken String on 2.0.5.

Seems like a regression.

The modification in MINA 2.0.5 was wuite minor, and was expecting to fix a problme with lines containing a 0x00 char (which is valid in Strings) which was considered -wrongly - as a line terminator.

I' investigating the impact on FtpServer test atm.


--
Regards,
Cordialement,
Emmanuel Lécharny
www.iktek.com

Reply via email to