privatefinal Map<String, Map<String,List<String>>>hostpaths_matchable;// key=host, value=path; mapped url is http://host/path; path does not start with '/' here
privatefinal Map<String, Map<String,List<String>>>hostpaths_notmatchable;// key=host, value=path; mapped url is http://host/path; path does not start with '/' here
privatefinalConcurrentMap<String,ConcurrentMap<String,List<String>>>hostpaths_matchable;// key=host, value=path; mapped url is http://host/path; path does not start with '/' here
privatefinalConcurrentMap<String,ConcurrentMap<String,List<String>>>hostpaths_notmatchable;// key=host, value=path; mapped url is http://host/path; path does not start with '/' here
Switchboard.getSwitchboard().crawlQueues.errorURL.push(newRequest(url,null),Switchboard.getSwitchboard().peers.mySeed().hash.getBytes(),newDate(),1,FailCategory.FINAL_LOAD_CONTEXT,"url in blacklist",-1);
Log.logFine("snippet fetch","MEDIA-SNIPPET Rejecting URL '"+url.toString()+"'. URL is in blacklist.");