// set current lock information. If no lock is applied to this resource,
// an empty lockdiscovery will be returned in the response.
properties.add(new LockDiscovery(getLocks()));
properties.add(new SupportedMethodSetProperty(getSupportedMethods().split(",\\s")));
// DeltaV properties
properties.add(supportedReports);
// creator-displayname, comment: not value available from jcr
properties.add(new DefaultDavProperty(DeltaVConstants.CREATOR_DISPLAYNAME, null, true));