Searched refs:EXCLLIST_REGEXP (Results 1 – 1 of 1) sorted by relevance
51 private static final String EXCLLIST_REGEXP = "^$|^" + EXCL_REGEX + "(," + EXCL_REGEX + ")*$"; field in ProxyUtils54 EXCLLIST_PATTERN = Pattern.compile(EXCLLIST_REGEXP);