Michael Osipov created DOXIA-550: ------------------------------------ Summary: Change behavior of HtmlTools#encodeId() Key: DOXIA-550 URL: https://issues.apache.org/jira/browse/DOXIA-550 Project: Maven Doxia Issue Type: Improvement Components: Core Affects Versions: 1.7 Reporter: Michael Osipov Assignee: Michael Osipov Fix For: 1.8
{{#encodeId(String)}} passes {{false}} to {{DoxiaUtils#encodeId(String, boolean)}}. This causes big trouble when reports are generated and the content is non-Latin. All anchors are {{a}}. Thus, making the unusable. The default behavior shall be to safely encode everything unsafe and not throwing it away. -- This message was sent by Atlassian JIRA (v6.3.4#6332)