final OperationRequestAddress address = handler.getAddress();
final String chunk;
if (address.isEmpty() || handler.endsOnNodeSeparator()
|| handler.endsOnNodeTypeNameSeparator()
|| address.equals(ctx.getPrefix())
// TODO this is not nice
|| buffer.endsWith("..")) {
chunk = null;
} else if (address.endsOnType()) {