-
Bug
-
Resolution: Fixed
-
Medium
-
4.2, 4.2.7, 5.4.4, 5.5.1, 5.8.1
-
8
-
Severity 2 - Major
-
2
-
Summary
Creating external URL links containing curly brackets breaks the links. The links become unclickable and the URL address is gone when you try to edit it
Steps to Reproduce
- Create a link URL address http://test.com/doc={123}
- Save the page
Expected Results
- The URL link is clickable
Actual Results
- The URL is not clickable. This is what's shown in the source:
<a rel="nofollow">LINK TEXT</a>
Notes
- This also happens when adding the link through the Link Macro
Workaround
Escaping the curly brackets with a backslash would not work. However, replacing the curly brackets with a valid ASCII format would work. This means that open curly bracket { is converted to %7B and closed curly bracket } is converted to %7D. For example http://test.com/doc=%7B123%7D
In case of MS SharePoint another workaround is using SharePoint ShortUrl
- is related to
-
CONFSERVER-7157 External URL names that contain square brackets break the linking
- Closed