if(!"true".equals(registryResource.getUnderlineResource().getProperty("registry.link"))) {
childrenList.add(registryResource);
}
}
return new DavResourceIteratorImpl(childrenList);
} catch (RegistryException e) {
throw new RuntimeException(e);
} catch (DavException e) {
throw new RuntimeException(e);
}