-
Bug
-
Resolution: Timed out
-
Medium
-
26
-
Severity 2 - Major
-
NOTE: This bug report is for Confluence Cloud. Using Confluence Server? See the corresponding bug report.
Summary of The Bug
When page title have any character after a colon( : )
Office Connector:test
office connector can't find the office files attached to the page. If colon is the last character on the page title, attached office files searchable by view office macro
How to reproduce the bug
- Create a page (example: 'Office connector:')
- Attached office file into the page
- Try to view it using view office plugin
- Change the page title to contain any character after colon (example: 'Office connector:test')
- Try to view it using view office plugin
- Attached files can't be seen on "File Name" fields
When viewed with Developer Tools, the attachmentsearch.action GET request returned HTTP 404 error code.
Workarounds
Option 1 - Rename the page to remove the ':'
Option 2 - Use the insert markup feature:
- From the editor toolbar, expand the '+' menu.
- Choose 'Markup'.
- Insert the following markup (change accordingly):
{view file:name_of_the_attachments.ext}
- Save
Work performed
- Changes are backwards-compatible in the plugin, committed in https://bitbucket.org/atlassian/officeconnector issue/CONF-24540 . 2 backwards-compatibility issues were raised: CONFDEV-10156 and CONFDEV-10157.
- Changes in confluence-core are still on issue/CONF-24540, and awaiting implementation of a few review comments before being committed.
- is blocked by
-
CONFCLOUD-3649 Generic link tracking and refactoring support for macros
- Closed
- is duplicated by
-
CONFCLOUD-39100 Insert ‘Office Excel’ Macro shows blank "File Name" dropdown if page title has a colon
- Closed
- is related to
-
CONFSERVER-24540 Viewfile macro can't find attachment if the page title contain character after colon (:)
- Long Term Backlog
- mentioned in
-
Page Loading...