resetState in inconsistent location
-----------------------------------
Key: FTPSERVER-338
URL: https://issues.apache.org/jira/browse/FTPSERVER-338
Project: FtpServer
Issue Type: Bug
Reporter: Nick Padgett
session.resetState() called in a n inconsistent location for RETR and STOR. I
am accustomed to seeing it called at the top of the execute method. For these
two classes, it is called in the second to last line of the finally block just
before the data connection is closed. Should this line be at the top of the
class like the STOU class?
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.