这是indexloc提供的服务,不要输入任何密码
Skip to content
This repository was archived by the owner on Mar 4, 2021. It is now read-only.

Conversation

@justinsb
Copy link
Contributor

Boolean.parseBoolean() is strict with respects to whitespace. When following the install guide, I ended up with whitespace in my configuration. "True " was parsed as false.

Rather than fix the configuration instructions, it is much easier and more friendly to simply trim the value before parsing it, i.e. be tolerant in what we accept.

Boolean.parseBoolean() is strict with respects to whitespace.  When following the install guide,
I ended up with whitespace in my configuration.  "True " was parsed as false.

Rather than fix the configuration instructions, it is much easier and more friendly to
simply trim the value before parsing it, i.e. be tolerant in what we accept.
@cloudbees-pull-request-builder

SimianArmy-pull-requests #42 SUCCESS
This pull request looks good

coryb added a commit that referenced this pull request Sep 13, 2013
@coryb coryb merged commit 0f3c913 into Netflix:master Sep 13, 2013
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants