Extraneous connection cleanup timer.
------------------------------------
Key: FTPSERVER-75
URL: https://issues.apache.org/jira/browse/FTPSERVER-75
Project: FtpServer
Issue Type: Bug
Components: Core
Affects Versions: 1.0-M1
Environment: Svn trunk as of r511633.
Reporter: Mark Reynolds
Priority: Minor
Fix For: 1.0-M1
FtpServer creates an instance of DefaultFtpServerContext which configures a
ConnectionManagerImpl in its constructor, which in turn starts a Timer. If the
DefaultFtpServerContext is replaced via the FtpServer's one-argument
constructor, the timer in the dereferenced DefaultFtpServerContext is never
cancelled and keeps on running once a minute.
Also, shouldn't this be a daemon timer?
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.