From e064bee5da3b207d09db858fbdc81525335a8362 Mon Sep 17 00:00:00 2001 From: michaeloffner Date: Thu, 17 Nov 2022 16:23:36 +0100 Subject: [PATCH] LDEV-4274 - make sure we have a long operation --- .../java/lucee/runtime/listener/SessionCookieDataImpl.java | 4 ++-- loader/build.xml | 2 +- loader/pom.xml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/core/src/main/java/lucee/runtime/listener/SessionCookieDataImpl.java b/core/src/main/java/lucee/runtime/listener/SessionCookieDataImpl.java index bb574ff301..bf05a3e535 100644 --- a/core/src/main/java/lucee/runtime/listener/SessionCookieDataImpl.java +++ b/core/src/main/java/lucee/runtime/listener/SessionCookieDataImpl.java @@ -8,8 +8,8 @@ public class SessionCookieDataImpl implements SessionCookieData { - public static final SessionCookieData DEFAULT = new SessionCookieDataImpl(true, false, TimeSpanImpl.fromMillis(CookieImpl.NEVER * 1000), null, false, CookieData.SAMESITE_EMPTY, - "/"); + public static final SessionCookieData DEFAULT = new SessionCookieDataImpl(true, false, TimeSpanImpl.fromMillis(CookieImpl.NEVER * 1000L), null, false, + CookieData.SAMESITE_EMPTY, "/"); private final boolean httpOnly; private final boolean secure; diff --git a/loader/build.xml b/loader/build.xml index f8b13d656c..aa25159d10 100644 --- a/loader/build.xml +++ b/loader/build.xml @@ -1,7 +1,7 @@ - + org.lucee lucee - 5.3.8.234-SNAPSHOT + 5.3.8.235-SNAPSHOT jar Lucee Loader Build