{
log.info("Unhandled identifier URI {}", uri.value);
continue;
}
log.debug("Adding identifier of type {}", idType);
Metadata md = pageMeta.addMetadata("identifier", idType);
md.addContent(idValue);
}
String sfxserverImg = ConfigurationManager.getProperty("sfx.server.image_url");
if (sfxserverImg != null && sfxserverImg.length() > 0)
{