You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mina.apache.org by "Niklas Gustavsson (JIRA)" <ji...@apache.org> on 2008/08/20 08:58:44 UTC

[jira] Closed: (FTPSERVER-166) 211.STAT - error in variable name

     [ https://issues.apache.org/jira/browse/FTPSERVER-166?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Niklas Gustavsson closed FTPSERVER-166.
---------------------------------------

       Resolution: Fixed
    Fix Version/s: 1.0-M3
         Assignee: Niklas Gustavsson

Updated message bundle files. Thanks for the report!

svn commit "/media/big/home/svn/apache/ftpserver-trunk/core/src/main/resources/org/apache/ftpserver/message/FtpStatus_zh-tw.properties" "/media/big/home/svn/apache/ftpserver-trunk/core/src/main/resources/org/apache/ftpserver/message/FtpStatus.properties" -m "Invalid placeholder name used in message bundle (FTPSERVER-166)" --username "ngn"
	M /media/big/home/svn/apache/ftpserver-trunk/core/src/main/resources/org/apache/ftpserver/message/FtpStatus.properties
	M /media/big/home/svn/apache/ftpserver-trunk/core/src/main/resources/org/apache/ftpserver/message/FtpStatus_zh-tw.properties
	  Transmitting file data: /media/big/home/svn/apache/ftpserver-trunk/core/src/main/resources/org/apache/ftpserver/message/FtpStatus.properties
	  Transmitting file data: /media/big/home/svn/apache/ftpserver-trunk/core/src/main/resources/org/apache/ftpserver/message/FtpStatus_zh-tw.properties
Committed revision 687263

> 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
>            Assignee: Niklas Gustavsson
>            Priority: Minor
>             Fix For: 1.0-M3
>
>
> 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.