-
Bug
-
Resolution: Unresolved
-
Low
-
None
-
5.10.8, 6.0.7, 6.1.4, 6.2.3
-
Severity 3 - Minor
-
Summary
The link of draft page navigates to "Page Not Found" if spaceKey contains multibyte character.
Steps to Reproduce
- Create user who has multibyte username such as "あいうえお"
- Create page, input title and leave it draft (Select "Close" but not "Publish")
- Go to drafts page
- Click the link of draft page
- Confirm the link navigates to "Page Not Found"
Expected Results
The link of drafts navigates to editor
Actual Results
The link of drafts navigates to "Page not found"
Notes
Confluence only allows ASCII letters as space key except personal space.
Workaround
- Temporary workaround
- Replace spaceKey=~%????? with spaceKey=~あいうえお (using username) at navigation bar
- Permanent solution
- Rename username to new username which only contains ASCII characters
- Create temporary space
- Move all pages from personal space to temporary space (apply temporary workaround above to move unpublished pages)
- Go to Space tools > Overview > Delete space > Select OK
- Create personal space and make sure URL contains new username
- Move back the pages from temporary space to new personal space
- relates to
-
CONFCLOUD-55827 Unable to access draft page if personal space is created with multibyte username
- Closed