lUrlProblem = true;
} catch (MalformedURLException e) {
}
if (lUrlProblem) { // get a file name from the content.
Content lContent = null;
try {
lContent = new Content(getType());
String lTitle = getNews().getTitle();
lTitle = DownloadUtil.makeFSName(lTitle);
if (lContent != null) {
lTitle += "." + lContent.getExtension();
}
return lTitle;
} catch (ContentException e1) {
// invalid content. no name returned.
}