- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for addErrorsStorageFileNotFound (0.3 sec)
-
src/main/java/org/codelibs/fess/app/web/admin/storage/AdminStorageAction.java
public ActionResponse download(final String id) { final PathInfo pi = convertToItem(id); if (StringUtil.isEmpty(pi.getName())) { throwValidationError(messages -> messages.addErrorsStorageFileNotFound(GLOBAL), () -> asListHtml(encodeId(pi.getPath()))); } final StreamResponse response = new StreamResponse(StringUtil.EMPTY); final String name = pi.getName();
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 13 02:21:17 UTC 2025 - 22.1K bytes - Viewed (0)