If I want to add a property named "Hello World" to a node I get an exception:
Caused by: java.net.URISyntaxException: Illegal character in path at index 55: http://localhost:7474/db/data/node/3/properties/Hello World
Which makes sense since the white space is invalid. The issue is that the embedded interface does allow for such property names.
If I want to add a property named "Hello World" to a node I get an exception: Caused by: java.net.URISyntaxException: Illegal character in path at index 55: http://localhost:7474/db/data/node/3/properties/Hello World
Which makes sense since the white space is invalid. The issue is that the embedded interface does allow for such property names.