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,Map<String,List<String>>>hostpaths_matchable;// key=host, value=path; mapped url is http://host/path; path does not start with '/' here
privatefinalConcurrentMap<String,Map<String,List<String>>>hostpaths_notmatchable;// key=host, value=path; mapped url is http://host/path; path does not start with '/' here