From affce1982c74d32f24b201f4724093674dc80b1b Mon Sep 17 00:00:00 2001 From: Alex Blekhman Date: Thu, 20 Oct 2022 13:57:30 +1100 Subject: [PATCH] =?UTF-8?q?CONFSRVDEV-24831=20Fix=20=E2=80=9Cstruts.multip?= =?UTF-8?q?art.saveDir=20property=20has=20not=20been=20defined=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The new property `struts.multipart.saveDir` is required for Confluence 8.0 and later. It is replacement of the legacy property `webwork.multipart.saveDir`. --- config/confluence.cfg.xml.j2 | 1 + 1 file changed, 1 insertion(+) diff --git a/config/confluence.cfg.xml.j2 b/config/confluence.cfg.xml.j2 index 0a5861f..232dd8a 100644 --- a/config/confluence.cfg.xml.j2 +++ b/config/confluence.cfg.xml.j2 @@ -8,6 +8,7 @@ database-type-standard + ${localHome}/temp ${localHome}/temp ${confluenceHome}/attachments {{ atl_lucene_index_dir | default('${confluenceHome}/index') }}