Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix boolean conversion causing "false" to be converted to true #229

Merged
merged 1 commit into from
Aug 14, 2015

Conversation

deniak
Copy link
Member

@deniak deniak commented Aug 12, 2015

Loading specberus directly with query params wasn't checking the document with the right parameters.
The bug comes from a string to boolean conversion where "false" was converted to true.

Fix #206

@tripu tripu added the bug label Aug 14, 2015
tripu pushed a commit that referenced this pull request Aug 14, 2015
Fix boolean conversion causing `"false"` to be converted to `true`
@tripu tripu merged commit 3b3d0ab into master Aug 14, 2015
@tripu tripu deleted the denis/fix-cast-to-bool branch August 14, 2015 01:52
@tripu
Copy link
Member

tripu commented Aug 14, 2015

BTW @deniak… well spotted!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants