- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for unblockIp (0.11 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
src/test/java/org/codelibs/fess/helper/RateLimitHelperTest.java
} @Test public void test_blockIp() { rateLimitHelper.blockIp("192.168.1.100", 1000L); assertEquals(1, rateLimitHelper.getBlockedIpCount()); rateLimitHelper.unblockIp("192.168.1.100"); assertEquals(0, rateLimitHelper.getBlockedIpCount()); } @Test public void test_cleanup() { rateLimitHelper.blockIp("192.168.1.100", 1L);Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Wed Jan 14 14:29:07 GMT 2026 - 4K bytes - Click Count (0)