Uploaded image for project: 'Confluence Data Center'
  1. Confluence Data Center
  2. CONFSERVER-19947

atlassian-plugin.xml: trim white spaces

    XMLWordPrintable

Details

    Description

      The following snippet will cause Confluence not to find the velocity templates:

          <xwork key="space-admin-actions" name="Scroll Space Template Actions">
              <package name="Scroll Admin Actions" extends="spaces" namespace="/spaces/com.k15t.scroll.office">
                  <default-interceptor-ref name="defaultStack"/>
                  <action name="templates" class="com.k15t.scroll.office.web.admin.SpacesTemplatesAction" method="action">
                      <result name="success" type="velocity">/com/k15t/scroll/office/templates/admin/templates-spaces.vm
                      </result>
                      <result name="error" type="velocity">/com/k15t/scroll/office/templates/admin/templates-spaces.vm
                      </result>
                      <result name="none" type="redirect">/spaces/com.k15t.scroll.office/templates.action?key=${space.Key}
                      </result>
                  </action>
              </package>
          </xwork>

      It would be nice if you could trim the whitespace, as idea will introduce the white-spaces on code-formatting.

      Attachments

        Activity

          People

            rthomas@atlassian.com RyanA
            b4d715caa01f Stefan Kleineikenscheidt (K15t)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: