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 2015/11/27 22:12:14 UTC

[jira] [Closed] (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 closed COLLECTIONS-238.
---------------------------------------

> 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 was sent by Atlassian JIRA
(v6.3.4#6332)