response.getHref().add(getResourceLink(synd));
multistatus.getResponse().add(response);
// the request is for all property names
if (propfind.getPropname() != null) {
Propstat propstat =
response.getOrCreatePropstat(Response.Status.OK.getStatusCode(), null, null);
Prop prop = propstat.getProp();
// call the abstract method to allow the handler to fill in the
// property names
handler.setAllPropertyNames(this, prop, synd);
// ensure that all property values are empty
ensurePropertiesAreEmpty(prop);