Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for processPluginRequest (0.37 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 Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Aug 07 03:06:29 UTC 2025
    - 12.9K bytes
    - Viewed (0)
Back to top