Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for processPluginRequest (0.21 sec)

  1. src/main/java/org/codelibs/fess/api/engine/SearchEngineApiManager.java

        }
    
        protected void processRequest(final HttpServletRequest request, final HttpServletResponse response, final String path) {
            if ("/_plugin".equals(path) || path.startsWith("/_plugin/")) {
                processPluginRequest(request, response, path.replaceFirst("^/_plugin", StringUtil.EMPTY));
                return;
            }
    
            final Method httpMethod = Method.valueOf(request.getMethod().toUpperCase(Locale.ROOT));
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Thu Aug 15 08:29:24 UTC 2024
    - 11.3K bytes
    - Viewed (0)
Back to top