Re: [Neo4j] Forward slashes in index values

2011-09-29 Thread Peter Neubauer
; Basically, in the future, it would be useful to have a way to determine >> the >> server version via REST so the various clients can account for differences >> in the protocol like this. >> >> Thanks! >> >> -- Josh Adell >> >> -- >> Vie

Re: [Neo4j] Forward slashes in index values

2011-09-28 Thread Peter Neubauer
re, it would be useful to have a way to determine the > server version via REST so the various clients can account for differences > in the protocol like this. > > Thanks! > > -- Josh Adell > > -- > View this message in context: http://neo4j-community-discussions.438527.n3

Re: [Neo4j] Forward slashes in index values

2011-09-28 Thread jadell
like this. Thanks! -- Josh Adell -- View this message in context: http://neo4j-community-discussions.438527.n3.nabble.com/Neo4j-Forward-slashes-in-index-values-tp3347515p3377304.html Sent from the Neo4j Community Discussions mailing list archive at Nabble.com

Re: [Neo4j] Forward slashes in index values

2011-09-28 Thread Jim Webber
Hi Tatham, I've closed off this issue in Github now: https://github.com/neo4j/community/issues/25 For all you Neo4j REST API client maintainers, this means there *WILL BE BREAKING CHANGES* to the Neo4j REST API in the 1.5 release. I'll try to ensure they're all very well documented in the manu

Re: [Neo4j] Forward slashes in index values

2011-09-19 Thread Tatham Oddie
ssage- From: user-boun...@lists.neo4j.org [mailto:user-boun...@lists.neo4j.org] On Behalf Of Tatham Oddie Sent: Tuesday, 20 September 2011 11:04 AM To: Neo4j user discussions Subject: Re: [Neo4j] Forward slashes in index values Great! :) Re: the URLs being the same, check out http://www.google.com.au

Re: [Neo4j] Forward slashes in index values

2011-09-19 Thread Tatham Oddie
From: user-boun...@lists.neo4j.org [mailto:user-boun...@lists.neo4j.org] On Behalf Of Jim Webber Sent: Monday, 19 September 2011 9:32 PM To: Neo4j user discussions Subject: Re: [Neo4j] Forward slashes in index values Hi Tatham, I don't necessarily agree with %2f and / being the same, but

Re: [Neo4j] Forward slashes in index values

2011-09-19 Thread Jim Webber
Hi Tatham, I don't necessarily agree with %2f and / being the same, but I do agree that POSTing everything in the URI is a bit quirky. Peter's opened up a new issue on this: https://github.com/neo4j/community/issues/25 And I get to hack on it. So it looks like the REST index API will be chang

[Neo4j] Forward slashes in index values

2011-09-18 Thread Tatham Oddie
Hi guys, If you go to any URL with your browser, both %2f and / are treated the same. These two URLs are exactly the same, irrespective of encoding: http://localhost:7474/db/data/index/node/mynodes/mykey/my%2fvalue http://localhost:7474/db/data/index/node/mynodes/mykey/my/value neo4j seems to