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
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