*/
public void testWrongGrantElementAceElementInAclBody() throws Exception
{
NodeImpl testNode = (NodeImpl)root.addNode(TEST_NODE_NAME, "nt:folder");
testNode.addMixin("exo:owneable");
testNode.addMixin("exo:privilegeable");
testNode.setPermission(USER_ROOT, new String[]{"read", "add_node", "set_property", "remove"});
testNode.removePermission(IdentityConstants.ANY);
session.save();
MultivaluedMap<String, String> headers = new MultivaluedMapImpl();