.id(new FeatureIdImpl(FEATURE));
feature = getFeature(geoResource, filter);
final ShpDocPropertyParser parser = new ShpDocPropertyParser(url);
parser.setFeatureDocumentInfos(feature, new ArrayList<DocumentInfo>());
parser.writeProperties();
attachDir = parser.getFeatureAttachDir(FEATURE);
attachSource = new ShpAttachmentSource(geoResource);
cleaupAttachDir();