Hi guys,

> Jim, what is your RESTy expertise on this?

Our JAX-RS plumbing will dispatch on very specific parts of the URI (that's 
just the way JAX-RS works). So if ultimately you send the server something that 
doesn't match, it's either going to cause a 404 or similar, or where we think 
it's sensible it'll cause a redirect to webadmin.

So the only solution is to preserve the URI structure on the way into the Noe4j 
server, and (potentially) have it mapped to something else on the network where 
your client lives.

Jim
_______________________________________________
Neo4j mailing list
User@lists.neo4j.org
https://lists.neo4j.org/mailman/listinfo/user

Reply via email to