webdav as a attachment store does not work

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: Medium
    • 2.7
    • 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">
      

              Assignee:
              Charles Miller (Inactive)
              Reporter:
              Anatoli
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

                Created:
                Updated:
                Resolved: