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

Null email address causes Null Pointer exception #46

Merged
merged 2 commits into from
Mar 1, 2018
Merged

Null email address causes Null Pointer exception #46

merged 2 commits into from
Mar 1, 2018

Conversation

zfi
Copy link
Contributor

@zfi zfi commented Mar 1, 2018

A change made in version 1.1.14 to correct a URI issue introduced code that did not test for null data before operating on it. This error cascaded to the BlocklyProp service in the form a Null Pointer Exception.

The patch simply verifies that the email parameter actually contains data before attempting string manipulation on it.

@zfi
Copy link
Contributor Author

zfi commented Mar 1, 2018

Addresses issue #47

@zfi zfi merged commit 317558d into parallaxinc:master Mar 1, 2018
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.

1 participant