211.STAT - error in variable name
---------------------------------
Key: FTPSERVER-166
URL: https://issues.apache.org/jira/browse/FTPSERVER-166
Project: FtpServer
Issue Type: Bug
Components: Server
Affects Versions: 1.0-M2
Environment: affects any, mine : Embedded, a variant of RHEL3.0, vm
1.5.0_04, hostpot
Reporter: Yves Le Borgne
Priority: Minor
the properties file in the resource bundle FtpStatus.properties
for Reply 211.STAT , uses the variable "client.login" whilst the FtpReplyUtil
class looks for :
public static final String CLIENT_LOGIN_NAME = "client.login.name";
my current workaround is to load a private properties file
with MessageResourceImpl to override the 211.STAT reply message
definition.
btw, great work - always a treat to adopt such a good code-base.
-- yves
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.