mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-13 00:13:09 -06: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:
@@ -10,6 +10,7 @@
|
||||
<property name="confluence.database.choice">postgresql</property>
|
||||
<property name="confluence.database.connection.type">database-type-standard</property>
|
||||
<property name="hibernate.dialect">com.atlassian.confluence.impl.hibernate.dialect.PostgreSQLDialect</property>
|
||||
<property name="struts.multipart.saveDir">${localHome}/temp</property>
|
||||
<property name="webwork.multipart.saveDir">${localHome}/temp</property>
|
||||
<property name="attachments.dir">${confluenceHome}/attachments</property>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user