-
Bug
-
Resolution: Duplicate
-
High
-
None
-
6.0.3
-
6
-
Severity 3 - Minor
-
Summary
Adding new link in the editor or in comments with special character %, after save link will be modified and character % will be replaced with %25.
The Issue is not present in 5.9.14.
Environment
- Centos 7
- Java 1.8.0_111
- Embedded Database
Steps to Reproduce
- Edit page
- Create the link with % in URL. eg. http://testing.com/1%
- Save page
- Target of link will change to http://testing.com/1%25
Expected Results
- Link target should remain same as in editor, eg. http://testing.com/1%
Actual Results
- The link will be modified and character % will be replaced with %25.
Notes
Tested in Confluence 5.9.14. The functionality works as expected.
Workaround
- Install the Confluence Source Editor (free add-on)
- Edit the page
- Click on the <> icon in the top right
- Find the href= attribute that contains the '%25' in the URL
- Replace it with just '%'
- Apply the changes and save the page
- is related to
-
CONFSERVER-45966 Links containing umlaut or cyrillic characters become invalid
- Closed