- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for setupWebappContext (0.06 sec)
-
src/main/java/org/codelibs/fess/FessBoot.java
* Sets up the web application context with Fess-specific configurations. * Configures the web resource root and cookie processor for the context. */ @Override protected void setupWebappContext() { super.setupWebappContext(); String contextPath = getContextPath(); if (contextPath.length() > 0 && contextPath.endsWith("/")) { contextPath = contextPath.replaceAll("/+$", StringUtil.EMPTY);
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 11.3K bytes - Viewed (0)