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
            Priority: Minor


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.

Reply via email to