You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Henri Yandell (JIRA)" <ji...@apache.org> on 2008/03/26 06:17:24 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 ]

Henri Yandell closed COLLECTIONS-238.
-------------------------------------

    Resolution: Fixed

svn ci -m "Applying a unit test and a fix for COLLECTIONS-238 - allowing ExtendedProperties to support empty property values" src

Sending        src/java/org/apache/commons/collections/ExtendedProperties.java
Sending        src/test/org/apache/commons/collections/TestExtendedProperties.java
Transmitting file data ..
Committed revision 641153.

> 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
>             Fix For: 3.3
>
>         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.
-
You can reply to this email to add a comment to the issue online.