Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for isRateLimitEnabled (0.62 seconds)

  1. src/main/java/org/codelibs/fess/helper/RateLimitHelper.java

            }
        }
    
        /**
         * Check if rate limiting is enabled.
         * @return true if rate limiting is enabled
         */
        public boolean isEnabled() {
            return ComponentUtil.getFessConfig().isRateLimitEnabled();
        }
    
        /**
         * Get the client IP address from the request, considering proxy headers.
         * Only trusts X-Forwarded-For/X-Real-IP headers when the request comes from a trusted proxy.
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Wed Dec 24 14:16:27 GMT 2025
    - 9.4K bytes
    - Click Count (0)
Back to Top