[magnolia-user] Re: REST Module abilities

2016-11-10 Thread Richard Gange (via Magnolia Forums)
Hi Dian- >From your description of the issue I would say you have hit >https://jira.magnolia-cms.com/browse/MGNLREST-74. Hopefully a fix will come out some. Keep an eye on the issue and vote it up! Cheers Rich -- Context is everything: http://forum.magnolia-cms.com/forum/thread.html?threadI

[magnolia-user] Re: REST Module abilities

2016-11-04 Thread Dian Andonov (via Magnolia Forums)
I found the following code in magnolia-rest-servces-1.1.2 module, NodeEndpoint.java [code] if (repositoryNode.getNodes() != null && !repositoryNode.getNodes().isEmpty()) { return Response.status(Response.Status.BAD_REQUEST).build(); } [/code] This pretty much answ