From 986fb31d3b9783eb2baa4d2f7d0fa7af6fb389c8 Mon Sep 17 00:00:00 2001 From: abirembaut Date: Mon, 23 Oct 2023 17:40:29 +0200 Subject: [PATCH] fix(applications cache): set the same 10h cache for all resources having a 6 month browser cache for some of the resources is a nonsense and leads to issues for customers updating. This set the same cache duration for all types of resources Covers [RUNTIME-1770](https://bonitasoft.atlassian.net/browse/RUNTIME-1770) --- bpm/bonita-web-server/src/main/webapp/WEB-INF/web.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bpm/bonita-web-server/src/main/webapp/WEB-INF/web.xml b/bpm/bonita-web-server/src/main/webapp/WEB-INF/web.xml index af42cbde4ba..eb02ff9218b 100644 --- a/bpm/bonita-web-server/src/main/webapp/WEB-INF/web.xml +++ b/bpm/bonita-web-server/src/main/webapp/WEB-INF/web.xml @@ -149,7 +149,7 @@ org.bonitasoft.console.common.server.filter.CacheFilter duration - 15768000 + 36000 alwaysCaching