-
Bug
-
Resolution: Duplicate
-
Low
-
None
-
5.4.4, 5.6.6, 5.7.5, 5.8.8
-
None
Steps to reproduce the issue.
- Create a new space called "TEST".
- Create a new page with title "bla: test"
- Create a child page for the new page.
- Create a new page with pagetree macro and set the root page to "bla: test"
Expected behaviour
The pagetree should display correctly with one page.
Actual behaviour
It shows the error message:
The root page TEST:bla: test could not be found in space TEST.
Root cause:
- version 5.5 or earlier: the space after column is stripped by Pagetree macro when saving the page, as consequence the search is running against to a wrong title as it become "bla:test".
- version 5.6 and later: the auto complete add the space key in the page title, which makes the page title become "TEST:bla: test".
Workaround solution:
Upgrade Confluence to the latest release 5.6.x, then remove the space key added before save the pagetree macro.
- is related to
-
CONFSERVER-34818 Can not link to a heading that contains a colon (:)
- Closed
- relates to
-
CONFSERVER-34818 Can not link to a heading that contains a colon (:)
- Closed