You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Thomas Neidhart (JIRA)" <ji...@apache.org> on 2013/04/22 21:29:16 UTC

[jira] [Updated] (COLLECTIONS-238) ExtendedProperties.load() does not allow empty property values

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

Thomas Neidhart updated COLLECTIONS-238:
----------------------------------------

    Fix Version/s:     (was: 4.0)
    
> ExtendedProperties.load() does not allow empty property values
> --------------------------------------------------------------
>
>                 Key: COLLECTIONS-238
>                 URL: https://issues.apache.org/jira/browse/COLLECTIONS-238
>             Project: Commons Collections
>          Issue Type: Improvement
>    Affects Versions: 2.1.1
>            Reporter: Alexander Sova
>         Attachments: NoEmptyStrings.java
>
>
> empty string is perfectly legal property value
> I think following lines need to be removed
> 595:                     // Configure produces lines like this ... just ignore them
> 596:                     if ("".equals(value)) {
> 597:                              continue;
> 598:                     }
>  

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira