CONFSRVDEV-24831 Fix “struts.multipart.saveDir property has not been defined”

The new property `struts.multipart.saveDir` is required for Confluence 8.0 and later. It is replacement of the legacy property `webwork.multipart.saveDir`.
This commit is contained in:
Alex Blekhman 2022-10-20 13:57:30 +11:00
parent 4e66ee2d88
commit affce1982c

View File

@ -8,6 +8,7 @@
<properties>
<property name="confluence.database.connection.type">database-type-standard</property>
<property name="struts.multipart.saveDir">${localHome}/temp</property>
<property name="webwork.multipart.saveDir">${localHome}/temp</property>
<property name="attachments.dir">${confluenceHome}/attachments</property>
<property name="lucene.index.dir">{{ atl_lucene_index_dir | default('${confluenceHome}/index') }}</property>