Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for PathPrefix (1.45 sec)

  1. src/main/java/org/codelibs/fess/api/json/SearchApiManager.java

            if (!fessConfig.isWebApiJson()) {
                return false;
            }
    
            final String servletPath = request.getServletPath();
            return servletPath.startsWith(pathPrefix);
        }
    
        @Override
        public void process(final HttpServletRequest request, final HttpServletResponse response, final FilterChain chain)
                throws IOException, ServletException {
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 02:17:23 UTC 2024
    - 50.3K bytes
    - Viewed (0)
Back to top