Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for anyRoot (1.12 sec)

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

            // Test that orphaned directives (before any User-agent) are ignored
            // These should not affect any bot
            assertTrue(robotsTxt.allows("/orphaned1/", "AnyBot"));
            assertTrue(robotsTxt.allows("/orphaned2/", "AnyBot"));
    
            // Test GoodBot - should parse valid directives and ignore invalid ones
            assertNotNull(robotsTxt.getDirective("goodbot"));
    Registered: Sat Dec 20 11:21:39 UTC 2025
    - Last Modified: Mon Nov 24 03:59:47 UTC 2025
    - 20.6K bytes
    - Viewed (0)
  2. fess-crawler/src/test/java/org/codelibs/fess/crawler/entity/RobotsTxtTest.java

            Directive directive = new Directive("*");
            directive.addDisallow("/private/");
            robotsTxt.addDirective(directive);
    
            Directive matched = robotsTxt.getMatchedDirective("AnyBot");
            assertNotNull(matched);
            assertEquals("*", matched.getUserAgent());
        }
    
        public void test_getMatchedDirectiveMostSpecific() {
    Registered: Sat Dec 20 11:21:39 UTC 2025
    - Last Modified: Thu Nov 13 13:29:22 UTC 2025
    - 14.4K bytes
    - Viewed (0)
  3. docs/en/data/translation_reviewers.yml

      avatarUrl: https://avatars.githubusercontent.com/u/51350651?u=2c3d947a80283e32bf616d4c3af139a6be69680f&v=4
      url: https://github.com/ptt3199
    arynoot:
      login: arynoot
      count: 3
      avatarUrl: https://avatars.githubusercontent.com/u/73756088?v=4
      url: https://github.com/arynoot
    GDemay:
      login: GDemay
      count: 3
      avatarUrl: https://avatars.githubusercontent.com/u/7033942?u=bbdcb4e2a67df4ec9caa2440362d8cebc44d65e8&v=4
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Mon Dec 01 06:27:43 UTC 2025
    - 65K bytes
    - Viewed (0)
Back to top