Skip to content

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