You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Emmanuel Bourg (JIRA)" <ji...@apache.org> on 2008/04/06 17:33:25 UTC

[jira] Created: (CONFIGURATION-320) XMLPropertyListConfiguration is limited to 32 bits integers

XMLPropertyListConfiguration is limited to 32 bits integers
-----------------------------------------------------------

                 Key: CONFIGURATION-320
                 URL: https://issues.apache.org/jira/browse/CONFIGURATION-320
             Project: Commons Configuration
          Issue Type: Bug
    Affects Versions: 1.5
            Reporter: Emmanuel Bourg
             Fix For: 1.6


XMLPropertyListConfiguration parses integers as 32 bits values, but the plist spec doesn't limit the size of the integers. It should at least support Long values, and maybe BigIntegers.

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


[jira] Resolved: (CONFIGURATION-320) XMLPropertyListConfiguration is limited to 32 bits integers

Posted by "Emmanuel Bourg (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CONFIGURATION-320?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Emmanuel Bourg resolved CONFIGURATION-320.
------------------------------------------

    Resolution: Fixed

Integer values are now parsed with BigDecimals, and for consistency real value are parsed with BigDecimals

> XMLPropertyListConfiguration is limited to 32 bits integers
> -----------------------------------------------------------
>
>                 Key: CONFIGURATION-320
>                 URL: https://issues.apache.org/jira/browse/CONFIGURATION-320
>             Project: Commons Configuration
>          Issue Type: Bug
>    Affects Versions: 1.5
>            Reporter: Emmanuel Bourg
>             Fix For: 1.6
>
>
> XMLPropertyListConfiguration parses integers as 32 bits values, but the plist spec doesn't limit the size of the integers. It should at least support Long values, and maybe BigIntegers.

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