- Sort Score
- Num 10 results
- Language All
Results 1 - 10 of 86 for badBic (0.04 seconds)
-
src/test/java/org/codelibs/fess/mylasta/mail/CrawlerPostcardTest.java
super.setUp(testInfo); } @Override protected void tearDown(TestInfo testInfo) throws Exception { super.tearDown(testInfo); } // Basic test to verify test framework is working @Test public void test_basicAssertion() { assertTrue(true); assertFalse(false); assertNotNull("test"); assertEquals(1, 1); }
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Wed Jan 14 14:29:07 GMT 2026 - 1.6K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/api/BaseApiManagerTest.java
super.setUp(testInfo); } @Override protected void tearDown(TestInfo testInfo) throws Exception { super.tearDown(testInfo); } // Basic test to verify test framework is working @Test public void test_basicAssertion() { assertTrue(true); assertFalse(false); assertNotNull("test"); assertEquals(1, 1); }
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Wed Jan 14 14:29:07 GMT 2026 - 1.9K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/crawler/processor/FessResponseProcessorTest.java
super.setUp(testInfo); } @Override protected void tearDown(TestInfo testInfo) throws Exception { super.tearDown(testInfo); } // Basic test to verify test framework is working @Test public void test_basicAssertion() { assertTrue(true); assertFalse(false); assertNotNull("test"); assertEquals(1, 1); }
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Wed Jan 14 14:29:07 GMT 2026 - 1.9K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/dict/stemmeroverride/StemmerOverrideCreatorTest.java
super.setUp(testInfo); } @Override protected void tearDown(TestInfo testInfo) throws Exception { super.tearDown(testInfo); } // Basic test to verify test framework is working @Test public void test_basicAssertion() { assertTrue(true); assertFalse(false); assertNotNull("test"); assertEquals(1, 1); }
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Wed Jan 14 14:29:07 GMT 2026 - 1.9K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/sso/spnego/SpnegoAuthenticator.java
/** Configuration key for allowing unsecure basic authentication. */ protected static final String SPNEGO_ALLOW_UNSECURE_BASIC = "spnego.allow.unsecure.basic"; /** Configuration key for allowing basic authentication. */ protected static final String SPNEGO_ALLOW_BASIC = "spnego.allow.basic"; /** Configuration key for pre-authentication password. */Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sun Mar 15 08:18:23 GMT 2026 - 18.2K bytes - Click Count (3) -
src/main/java/org/codelibs/fess/app/web/admin/general/EditForm.java
/** SPNEGO pre-authentication password. */ @Size(max = 1000) public String spnegoPreauthPassword; /** Enable or disable SPNEGO basic authentication. */ @Size(max = 10) public String spnegoAllowBasic; /** Enable or disable SPNEGO unsecure basic authentication. */ @Size(max = 10) public String spnegoAllowUnsecureBasic; /** Enable or disable SPNEGO NTLM prompt. */Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 26 02:24:08 GMT 2026 - 15.8K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/tomcat/webresources/FessWebResourceRootTest.java
import org.codelibs.fess.unit.UnitFessTestCase; import org.junit.jupiter.api.Test; public class FessWebResourceRootTest extends UnitFessTestCase { @Test public void test_classExists() { // Basic test to verify the class exists and has the correct structure assertNotNull(FessWebResourceRoot.class, "FessWebResourceRoot class should exist"); } @Test public void test_inheritance() {Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sun Jan 11 08:43:05 GMT 2026 - 4.4K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/helper/DataIndexHelperTest.java
@Test public void test_basic_functionality() { // Basic functionality test without complex operations try { List<String> emptyIds = new ArrayList<>(); dataIndexHelper.crawl("basic-test", emptyIds); assertTrue("Basic functionality should be fast", true); } catch (Exception e) { assertTrue("Basic functionality should handle exceptions quickly", true); }Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Mar 13 23:01:26 GMT 2026 - 12.9K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/thumbnail/impl/EmptyGeneratorTest.java
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sun Jan 11 08:43:05 GMT 2026 - 6.5K bytes - Click Count (0) -
src/main/resources/fess_label_en.properties
labels.spnego_login_server_module=Login Server Module labels.spnego_preauth_username=Pre-Auth Username labels.spnego_preauth_password=Pre-Auth Password labels.spnego_allow_basic=Allow Basic Auth labels.spnego_allow_unsecure_basic=Allow Unsecure Basic Auth labels.spnego_prompt_ntlm=Prompt NTLM labels.spnego_allow_localhost=Allow Localhost labels.spnego_allow_delegation=Allow Delegation labels.spnego_exclude_dirs=Exclude Directories
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 11:54:13 GMT 2026 - 48.9K bytes - Click Count (0)