- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for process_request (0.06 sec)
-
SearchEngineApiManager.java
servletPath.substring(pathPrefix.length()); L95: if (!value.startsWith("/")) { L96: path = "/" + value; L97: } else { L98: path = value; L99: } L100: processRequest(request, response, path); L101: }).orElse(() -> { L102: throw new WebApiException(HttpServletResponse.SC_FORBIDDEN, "Invalid session."); L103: }); L104: } catch (final WebApiException e) { L105: ...github.com/codelibs/fess/src/main/java/org/code...Thu Aug 15 08:29:24 UTC 2024 11.3K bytes -
FileListIndexUpdateCallbackImpl.java
(keyObj != null) { L167: keyObj.setUrl(processingUrl); L168: } L169: crawlerStatsHelper.record(keyObj, StatsAction.PREPARED); L170: processingUrl = processRequest(paramMap, localDataMap, processingUrl, client); L171: if (processingUrl == null) { L172: break; L173: } L174: localDataMap.put(fessConfig.getIndexFieldUrl(),...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:37:57 UTC 2024 16.8K bytes -
DocumentHelper.java
cute(); L170: return StringUtils.abbreviate(originalStr, maxWidth); L171: } catch (final IOException e) { L172: return StringUtil.EMPTY; // empty L173: } L174: } L175: L176: public Map<String, Object> processRequest(final CrawlingConfig crawlingConfig, final String crawlingInfoId, final String url) { L177: if (StringUtil.isBlank(crawlingInfoId)) { L178: throw new CrawlingAccessException("sessionId is null."); L179: } L180: L181: ...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:53:18 UTC 2024 12K bytes