if(newcrawlingMustMatch.length()<2)newcrawlingMustMatch=CrawlProfile.MATCH_ALL_STRING;// avoid that all urls are filtered out if bad value was submitted
finalbooleanfullDomain="domain".equals(post.get("range","wide"));// special property in simple crawl start
finalbooleansubPath="subpath".equals(post.get("range","wide"));// special property in simple crawl start
booleanfullDomain="domain".equals(post.get("range","wide"));// special property in simple crawl start
booleansubPath="subpath".equals(post.get("range","wide"));// special property in simple crawl start
Stringfilefilter=modifier.filetype==null?".*":".*"+modifier.filetype+".*";// TODO: should be ".ext" but while/comment above suggests not -> add filetype contrain pullOneFilteredFromRWI()