- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for fileUrl (0.09 sec)
-
src/main/java/org/codelibs/fess/helper/PermissionHelper.java
} catch (final IOException e) { throw new CrawlingAccessException("Failed to access permission info", e); } if (logger.isDebugEnabled()) { logger.debug("fileUrl:{} roleType:{}", responseData.getUrl(), roleTypeList); } } return roleTypeList; } public List<String> getFtpRoleTypeList(final ResponseData responseData) {
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:53:18 UTC 2024 - 12.3K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/util/GsaConfigParser.java
webConfig.setUpdatedTime(now); } final String fileUrls = urlList.stream().filter(s -> Arrays.stream(fileProtocols).anyMatch(p -> s.startsWith(p))) .collect(Collectors.joining("\n")); if (StringUtil.isNotBlank(fileUrls)) { fileConfig = new FileConfig(); fileConfig.setName("Default");
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 14.1K bytes - Viewed (0)