Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for test_allowEmptyGroupAndRole (0.09 sec)

  1. src/test/java/org/codelibs/fess/ldap/LdapManagerTest.java

            assertEquals("___", ldapManager.replaceWithUnderscores("///"));
            assertEquals("a_a", ldapManager.replaceWithUnderscores("a/a"));
        }
    
        public void test_allowEmptyGroupAndRole() {
            final AtomicBoolean allowEmptyPermission = new AtomicBoolean();
            ComponentUtil.setFessConfig(new FessConfig.SimpleImpl() {
                public boolean isLdapAllowEmptyPermission() {
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Mar 15 06:53:53 UTC 2025
    - 5.2K bytes
    - Viewed (0)
Back to top