- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 10 for sessions (0.04 sec)
-
src/main/java/org/codelibs/fess/helper/ViewHelper.java
final HttpSession session = req.getSession(false); if (session != null) { session.setAttribute(SCREEN_WIDTH, width); } } else { final HttpSession session = req.getSession(false); if (session != null) { final Integer width = (Integer) session.getAttribute(SCREEN_WIDTH);
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 52.4K bytes - Viewed (0) -
docs/changelogs/changelog_3x.md
not send the `Expect: continue` request header. * Fix: Do not count web sockets toward the dispatcher's per-host connection limit. * Fix: Avoid using invalid HTTPS sessions. This prevents OkHttp from crashing with the error, `Unexpected TLS version: NONE`. * Fix: Don't corrupt the response cache when a 304 (Not Modified) response overrides the stored "Content-Encoding" header.
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Sun Feb 06 14:55:54 UTC 2022 - 50.8K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/crawler/transformer/FessXpathTransformer.java
} final FessConfig fessConfig = ComponentUtil.getFessConfig(); final CrawlingInfoHelper crawlingInfoHelper = ComponentUtil.getCrawlingInfoHelper(); final String sessionId = crawlingInfoHelper.getCanonicalSessionId(responseData.getSessionId()); final PathMappingHelper pathMappingHelper = ComponentUtil.getPathMappingHelper();
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 54.4K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/api/json/SearchApiManager.java
if (StringUtil.isBlank(userCode)) { throw new WebApiException(HttpServletResponse.SC_BAD_REQUEST, "No user session."); } if (StringUtil.isBlank(favoriteUrl)) { throw new WebApiException(HttpServletResponse.SC_BAD_REQUEST, "URL is null."); }
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 54.6K bytes - Viewed (0) -
src/main/resources/fess_config.properties
# The default path of cookie (basically '/' if no context path) cookie.default.path = / # The default expire of cookie in seconds e.g. 31556926: one year, 86400: one day cookie.default.expire = 3600 # Session tracking modes session.tracking.modes=cookie # Comma-separated list of request parameter keys to store in cookies before SSO login. cookie.search.parameter.keys=q,num,sort
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jul 05 14:45:37 UTC 2025 - 54.7K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.3.md
## Known Issues and Important Steps before Upgrading The following versions of Docker Engine are supported - *[v1.10](https://github.com/kubernetes/kubernetes/issues/19720)*, *[v1.11](https://github.com/kubernetes/kubernetes/issues/23397)* Although *v1.9* is still compatible, we recommend upgrading to one of the supported versions. All prior versions of docker will not be supported. #### ThirdPartyResource
Registered: Fri Sep 05 09:05:11 UTC 2025 - Last Modified: Thu Dec 24 02:28:26 UTC 2020 - 84K bytes - Viewed (0) -
src/main/webapp/js/admin/plugins/daterangepicker/daterangepicker.js
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Oct 26 01:49:09 UTC 2024 - 64.8K bytes - Viewed (0) -
src/main/resources/fess_label_ru.properties
labels.pageNumber=Номер страницы labels.password=Пароль labels.paths=Пути labels.port=Порт labels.regex=Регулярное выражение labels.regularName=Обычное имя labels.replacement=Замена labels.sessionId=ID сессии labels.sortOrder=Порядок сортировки labels.updatedBy=Обновлено labels.updatedTime=Время обновления labels.urls=URL-адреса labels.userAgent=User Agent labels.username=Имя пользователя labels.value=Значение
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 55.8K bytes - Viewed (0) -
android/guava/src/com/google/common/util/concurrent/Futures.java
// way in such a visibility issue would surface is most likely as a failure of cancel() to // propagate to the input. Cancellation propagation is fundamentally racy so this is fine. // // Future versions of the JMM may revise safe construction semantics in such a way that we can // safely publish these objects and we won't need this whole discussion.
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Aug 07 16:05:33 UTC 2025 - 64.3K bytes - Viewed (0) -
android/guava/src/com/google/common/collect/MapMakerInternalMap.java
final Segment<K, V, E, S>[] newSegmentArray(int ssize) { return (Segment<K, V, E, S>[]) new Segment<?, ?, ?, ?>[ssize]; } // Inner Classes /** * Segments are specialized versions of hash tables. This subclass inherits from ReentrantLock * opportunistically, just to simplify some locking and avoid separate construction. */ @SuppressWarnings("serial") // This class is never serialized.
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Mon Aug 11 19:31:30 UTC 2025 - 90K bytes - Viewed (0)