- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for findChild (0.52 sec)
-
src/main/java/org/codelibs/fess/FessBoot.java
if (contextPath.length() > 0 && contextPath.endsWith("/")) { contextPath = contextPath.replaceAll("/+$", StringUtil.EMPTY); } final Context context = (Context) server.getHost().findChild(contextPath); if (context != null) { context.setResources(new FessWebResourceRoot(context)); context.setCookieProcessor(new Rfc6265CookieProcessor()); } } /**
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 11.3K bytes - Viewed (0)