* than the resource identified in the Request-URI then the response
* MUST be a 207 (Multi-Status).
*/
PartialResponse part = new PartialResponse(dest);
String st = res.getProtocol() + " " + status + " " + WebdavStatus.getStatusText(status);
part.addContent("status", st);
res.sendMultiStatusResponse(part);
}
res.closeMultistatusResponse();
}