-
Bug
-
Resolution: Timed out
-
Low
-
2
-
Severity 3 - Minor
-
Summary
The link of draft page navigates to "Page Not Found" if spaceKey contains multibyte character.
Environment
- Confluence 1000.1618.0
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=~%20%20%20%20%20 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
- is related to
-
CONFCLOUD-38672 Usernames with "+" result in broken profile links
- Closed
-
CONFSERVER-13479 Special characters eg. back slash, forward slash, plus sign in username breaks Personal Space
- Gathering Impact
-
CONFSERVER-52750 Unable to access draft page if personal space is created with multibyte username
- Gathering Impact
-
CONFCLOUD-46126 Prevent usernames with special characters from syncing to Confluence
- Closed
- relates to
-
CLOUD-8381 Cloud User Management allow usernames to be created with blank spaces on it
- Closed