Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for ComplexBot (0.9 sec)

  1. fess-crawler/src/test/java/org/codelibs/fess/crawler/helper/RobotsTxtHelperTest.java

            // Test ComplexBot - complex patterns
            // Disallow: / but Allow: /$ (only root), Allow: /index.html$, Allow: /public/
            assertFalse(robotsTxt.allows("/about", "ComplexBot"));
            assertTrue(robotsTxt.allows("/", "ComplexBot")); // Allow: /$
            assertTrue(robotsTxt.allows("/index.html", "ComplexBot")); // Allow: /index.html$
    Registered: Sat Dec 20 11:21:39 UTC 2025
    - Last Modified: Mon Nov 24 03:59:47 UTC 2025
    - 20.6K bytes
    - Viewed (0)
Back to top