Skip to content

Allow empty client key #3497

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

Merged
merged 2 commits into from
Feb 10, 2017
Merged

Conversation

acinader
Copy link
Contributor

@acinader acinader commented Feb 9, 2017

fixes: #3486

FYI, I tried solving with _.has(obj, key), but that gives false positives. I found that in the case of our current coverage and doing my best to reason over the relevant code that a test of undefined would both "do what we want" and be backwards compatible.

Arthur Cinader added 2 commits February 9, 2017 14:50
Simply checking if they are truthy causes a false negative
if the value is ''.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Bug in 2.2.24 - 2.3.2: Cannot connect to Parse Server with Client Key = ""
3 participants