Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 3 of 3 for Forbidden (0.05 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)
  2. src/test/java/org/codelibs/fess/util/WebApiUtilTest.java

                WebApiUtil.setError(201, "Created");
                WebApiUtil.setError(400, "Bad Request");
                WebApiUtil.setError(401, "Unauthorized");
                WebApiUtil.setError(403, "Forbidden");
                WebApiUtil.setError(404, "Not Found");
                WebApiUtil.setError(500, "Internal Server Error");
                WebApiUtil.setError(502, "Bad Gateway");
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sun Jan 11 08:43:05 GMT 2026
    - 17.4K bytes
    - Click Count (0)
  3. src/main/webapp/js/purify.min.js

    function");if("string"!=typeof(e=e.toString()))throw S("dirty is not a string, aborting")}if(!o.isSupported)return e;if(Fe||Tt(t),o.removed=[],"string"==typeof e&&(qe=!1),qe){if(e.nodeName){const t=ft(e.nodeName);if(!Ne[t]||Oe[t])throw S("root node is forbidden and cannot be sanitized in-place")}}else if(e instanceof D)n=bt("\x3c!----\x3e"),r=n.ownerDocument.importNode(e,!0),r.nodeType===J&&"BODY"===r.nodeName||"HTML"===r.nodeName?n=r:n.appendChild(r);else{if(!Be&&!Ue&&!Pe&&-1===e.indexOf("<"))return l...
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sun Mar 15 06:21:57 GMT 2026
    - 22.7K bytes
    - Click Count (0)
Back to Top