}
gcsContent.setIsFile(contentFile.isFile());
gcsContent.setJsContent((gedcomFilePath.length() > 0 ? gedcomFilePath.substring(1)+"/" : gedcomFilePath)+filename);
gcsContent.setLinkURL(requestURL+filename);
gcsContent.setLinkContent(filename);
content.addContent(gcsContent);
}
}
sendJSONResponse(response, content, lastModified);
/*}*/
}