String cmsBaseUrl = CmsPropertyHandler.getCmsFullBaseUrl();
if(CmsPropertyHandler.getEnableDiskAssets().equals("true"))
{
HttpHelper httpHelper = new HttpHelper();
httpHelper.downloadFile("" + cmsBaseUrl + "/DownloadProtectedAsset.action?digitalAssetId=" + digitalAssetVO.getId(), tmpOutputFile);
}
if(tmpOutputFile.exists())
{
if(logger.isInfoEnabled())