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

[jira] Updated: (FTPSERVER-165) FileSystemBeanDefinitionParser tries to set the property "create-home" instead of createHome.

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

David Latorre updated FTPSERVER-165:
------------------------------------

    Priority: Minor  (was: Major)

> FileSystemBeanDefinitionParser tries to set the property "create-home" instead of createHome.
> ---------------------------------------------------------------------------------------------
>
>                 Key: FTPSERVER-165
>                 URL: https://issues.apache.org/jira/browse/FTPSERVER-165
>             Project: FtpServer
>          Issue Type: Bug
>    Affects Versions: 1.0-M2, 1.0-M3
>            Reporter: David Latorre
>            Priority: Minor
>             Fix For: 1.0-M2, 1.0-M3
>
>         Attachments: createHomePatch.patch
>
>   Original Estimate: 0.08h
>  Remaining Estimate: 0.08h
>
> Current code is : 
>  builder.addPropertyValue("create-home", Boolean
>                     .parseBoolean(element.getAttribute("create-home")));
> but it should be:
>             builder.addPropertyValue("createHome", Boolean
>                     .parseBoolean(element.getAttribute("create-home"))); 
> Besides, the  xml file used in the tests has no create-home property so the bug remained unnoticed in the tests. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.