-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Medium
-
Affects Version/s: 2.5.5
-
Component/s: None
webdav as a attachment store does not work because WebDavAttachmentManager is not correctly defined in applicationContext.xml that prevents delegatorAttachmentManager from being correctly wired.
We need to change:
<bean id="webdavAttachmentManager" class="com.atlassian.confluence.pages.WebDavAttachmentManager" autowire="byName">
to
<bean id="webDavAttachmentManager" class="com.atlassian.confluence.pages.WebDavAttachmentManager" autowire="byName">