Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for Forbidden (0.03 seconds)

  1. src/main/java/org/codelibs/fess/filter/RateLimitFilter.java

                sendRateLimitResponse(httpResponse, rateLimitHelper.getRetryAfterSeconds());
                return;
            }
    
            chain.doFilter(request, response);
        }
    
        /**
         * Send a 403 Forbidden response for blocked IPs.
         * @param response the HTTP response
         * @throws IOException if an I/O error occurs
         */
        protected void sendBlockedResponse(final HttpServletResponse response) throws IOException {
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Wed Dec 24 14:16:27 GMT 2025
    - 4.4K bytes
    - Click Count (0)
Back to Top