- Sort Score
- Result 10 results
- Languages All
Results 1 - 8 of 8 for fsid (0.16 sec)
-
src/test/java/org/codelibs/fess/helper/UserInfoHelperTest.java
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 13:41:04 UTC 2025 - 12.5K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/helper/UserInfoHelper.java
/** The maximum size of the result document IDs cache */ protected int resultDocIdsCacheSize = 20; /** The name of the cookie used for user identification */ protected String cookieName = "fsid"; /** The domain for the user identification cookie */ protected String cookieDomain; /** The maximum age of the user identification cookie in seconds (default: 1 month) */
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 14.9K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/it/search/SearchApiTests.java
refresh(); for (String sId : getSchedulerIds(NAME_PREFIX)) { deleteMethod("/api/admin/scheduler/setting/" + sId); } for (String fId : getFileConfigIds(NAME_PREFIX)) { deleteMethod("/api/admin/fileconfig/setting/" + fId); } deleteTestToken(); } @Test
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 18.9K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/helper/SambaHelperTest.java
return false; } }); sambaHelper.init(); // Test SID that throws exception in toDisplayString SID exceptionSID = new SID() { @Override public SID getDomainSid() { return null; } @Override public int getRid() { return 0;
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jul 19 23:49:30 UTC 2025 - 14.7K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/helper/PermissionHelper.java
if (responseData.getUrl().startsWith("smb:")) { final SID[] allowedSids = (SID[]) metaDataMap.get(SmbClient.SMB_ALLOWED_SID_ENTRIES); if (allowedSids != null) { for (final SID sid : allowedSids) { final String accountId = sambaHelper.getAccountId(sid); if (accountId != null) {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 15.3K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/helper/WebFsIndexHelper.java
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 24.9K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/helper/DataIndexHelper.java
final DataStoreParams initParamMap = new DataStoreParams(); final String sid = ComponentUtil.getCrawlingConfigHelper().store(sessionId, dataConfig); sessionIdList.add(sid); initParamMap.put(Constants.SESSION_ID, sessionId); initParamMap.put(Constants.CRAWLING_INFO_ID, sid);
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 18.9K bytes - Viewed (0) -
okhttp/src/jvmTest/kotlin/okhttp3/CookieTest.kt
val cookie = parse(url, "SID=31d4d96e407aad42; Path=/; Domain=example.com") assertThat(cookie!!.domain).isEqualTo("example.com") assertThat(cookie.path).isEqualTo("/") assertThat(cookie.hostOnly).isFalse() assertThat(cookie.toString()).isEqualTo("SID=31d4d96e407aad42; domain=example.com; path=/") } @Test fun secureAndHttpOnly() { val cookie = parse(url, "SID=31d4d96e407aad42; Path=/; Secure; HttpOnly")
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Wed Mar 19 19:25:20 UTC 2025 - 24.4K bytes - Viewed (0)