[ https://issues.apache.org/jira/browse/FTPSERVER-81?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12485216 ]
Niklas Gustavsson commented on FTPSERVER-81: -------------------------------------------- commit -m "Fix for bug where multiple commands arrive at the decoder at the same time (FTPSERVER-81). Will also fix bug where partial command would arrive due to network latency. Optimized the encoder slightly by allocating the buffer size we really need." C:/home/niklas/workspaces/apache/ftpserver/core/src/java/org/apache/ftpserver/listener/mina/FtpResponseEncoder.java C:/home/niklas/workspaces/apache/ftpserver/core/src/java/org/apache/ftpserver/listener/mina/FtpServerProtocolCodecFactory.java C:/home/niklas/workspaces/apache/ftpserver/core/src/java/org/apache/ftpserver/listener/mina/MinaFtpProtocolHandler.java Sending C:/home/niklas/workspaces/apache/ftpserver/core/src/java/org/apache/ftpserver/listener/mina/FtpResponseEncoder.java Sending C:/home/niklas/workspaces/apache/ftpserver/core/src/java/org/apache/ftpserver/listener/mina/FtpServerProtocolCodecFactory.java Sending C:/home/niklas/workspaces/apache/ftpserver/core/src/java/org/apache/ftpserver/listener/mina/MinaFtpProtocolHandler.java Transmitting file data ... Committed revision 523744. > Ability to process multiple commands in one line (necessary for some > performance testers including jmeter) > ---------------------------------------------------------------------------------------------------------- > > Key: FTPSERVER-81 > URL: https://issues.apache.org/jira/browse/FTPSERVER-81 > Project: FtpServer > Issue Type: Improvement > Reporter: Jon Peterson > Priority: Minor > Attachments: ftpRequestDecoder.diff > > > Jmeter was not able to load test property due to the fact that it sends > multiple commands divided by carriage returns. > org.apache.ftpserver.listener.mina.FtpRequestDecoder > Added a string split by carriage return (\r\n) -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.