mirror of
https://bitbucket.org/atlassian-docker/docker-atlassian-confluence-server.git
synced 2024-08-30 18:22:16 +00:00
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:
parent
4e66ee2d88
commit
affce1982c
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user