In my Spring project I'm using neo4j as the database layer, and as it's own GraphId is not entirely reliable, I am using textual ids (e.g. email address for users) for my nodes.
I can change the HATEOAS links in my response resources, and they work fine. Is there a way to change the link in the Content-Location header as well?