You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zookeeper.apache.org by "Patrick Hunt (JIRA)" <ji...@apache.org> on 2009/05/21 23:47:45 UTC

[jira] Assigned: (ZOOKEEPER-192) trailing whitespace in config file can cause number format exceptions

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

Patrick Hunt reassigned ZOOKEEPER-192:
--------------------------------------

    Assignee: Patrick Hunt

> trailing whitespace in config file can cause number format exceptions
> ---------------------------------------------------------------------
>
>                 Key: ZOOKEEPER-192
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-192
>             Project: Zookeeper
>          Issue Type: Bug
>          Components: server
>    Affects Versions: 3.0.0
>            Reporter: Patrick Hunt
>            Assignee: Patrick Hunt
>            Priority: Minor
>             Fix For: 3.2.0
>
>
> a config file with trailing whitespace can cause number format exception
> for example a line such as
> clientPort=2181
> where 2181 is followed by a space character, will fail to parse with number format excetion "2181 " (notice the space).
> We need to trim whitespace when parsing numbers

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