- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for addErrorsNotFoundOnFileSystem (0.44 sec)
-
src/main/java/org/codelibs/fess/app/web/go/GoAction.java
if (response.getHttpStatus().orElse(200) == 404) { logger.debug("Not found: {}", targetUrl); saveError(messages -> messages.addErrorsNotFoundOnFileSystem(GLOBAL, targetUrl)); return redirect(ErrorAction.class); } return response; } catch (final Exception e) { logger.warn("Failed to load: {}", doc, e);
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 8.1K bytes - Viewed (0)