Skip to content

Prohibit empty keys in routing context #357

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 1 commit into from
Apr 21, 2017

Conversation

lutovich
Copy link
Contributor

This PR makes routing context fail when parsing URIs like:
bolt+routing://localhost7687/ key1=value1&=value2

Empty keys should not be supported.
Previously it would result in {"key1": "value", "": "value2"} structure.

This commit makes routing context fail when parsing URIs like
`bolt+routing://localhost7687/?key1=value1&=value2`. Empty keys
should not be supported. Previously it would result in
`{"key1": "value", "": "value2"}` structure.
@zhenlineo zhenlineo merged commit acf5a07 into neo4j:1.3 Apr 21, 2017
@lutovich lutovich deleted the 1.3-routing-ctx-parsing branch April 21, 2017 08:39
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.

2 participants