-
Bug
-
Resolution: Fixed
-
Low
-
None
-
1
-
Severity 2 - Major
-
Summary
Confluence complains 404 not found error if the space key contains at least 1 URI reserved characters.
Steps to Reproduce
- Login as a user whose username contains URI reserved characters such as sample.username@example.com
- Create a Personal Space
- Confirm the created space shows 404 error
Expected Results
Able to access the space.
Actual Results
Unable to access the space due to 404 error.
Notes
- RFC 3986: URI reserved Characters
! * ' ( ) ; : @ & = + $ , / ? # [ ]
Workaround
- (Temporal) Directly access non-percent-encoded URL. For example:
- /wiki/spaces/~sample.username%40example.com/overview
- /wiki/spaces/~sample.username@example.com/overview
- (Permanent) Contact https://support.atlassian.com/contact/
- duplicates
-
CONFCLOUD-58941 Special character in username breaks Personal Space
- Closed
- is related to
-
CONFCLOUD-2085 Rename Space Key
- Closed