if("favicon.ico".equalsIgnoreCase(url.getFileName())){// but on missing favicon just present a default (occures frequently by call from searchitem.html)
if(url!=null&&"favicon.ico".equalsIgnoreCase(url.getFileName())){// but on missing favicon just present a default (occures frequently by call from searchitem.html)
// currently yacysearchitem assigns "hosturl/favicon.ico" (to look for the filename should not much interfere with other situatios)
if(defaulticonb==null){// load the default icon once