-
Bug
-
Resolution: Fixed
-
Low
-
5.1.4, 5.2.3
-
None
Steps to Reproduce:
- Create a page in Confluence 5.1.4
- Add the following headers to the page:
- исия
- sdこんにちは
- assadsadas
- Add the TOC macro into the page
Notice that the link in the TOC macro is encoded, like this (for headers with special unicode characters only):
<a href="#sdfsdf-%D0%B8%D1%81%D0%B8%D1%8F">
исия
</a>
Note
This seems to occur only in Confluence 5.1.4 (5.1.2 does not exhibit the same behavior).
Problem seems to be caused by this in AbstractPageLink.generateAnchorForURL():
return GeneralUtil.urlEncode(HtmlElementIdCreator.convertToIdHtml5(prefix + anchor));
Manually updating it to this fixes the issue:
return HtmlElementIdCreator.convertToIdHtml5(prefix + anchor);
Chrome works fine despite the encoded URL link.
- is duplicated by
-
CONFSERVER-30870 Table of Content won't load titles with special characters
- Closed
-
CONFSERVER-31403 Table of Contents Plugin Links do not work in firefox
- Closed
-
CONFSERVER-31540 TOC macro does not resolve the anchor to a heading on Mac using Firefox
- Closed
- is related to
-
CONFSERVER-31652 Table of Contents does not work with German umlaut and special characters
- Closed
-
CONFSERVER-29183 Table of Content does not exclude or include Heading with german Umlaut
- Closed
- relates to
-
CONFSERVER-30353 Table of contents interferes with anchor links
- Closed
-
CONFSERVER-31208 Table of Contents links are not working, if that links (i.e. page titles, headings) contain ( character.
- Closed
-
JRASERVER-33886 'Backing Up Data' JIRA documentaion has a broken link
- Closed
-
JST-73003 Loading...
- mentioned in
-
Page Loading...