-
Bug
-
Resolution: Timed out
-
Medium
-
None
-
5.1
-
2
-
Severity 2 - Major
-
Steps to Reproduce:
- Have a browser in French language
- Create a page in Confluence
- Use a Chart Macro
- Have a HTML macro inside the chart Macro
- You can have a HTML table, plus a foreign language character inside your table. I have a sample code below.
{html} <table border="1"> <tr> <td>ABC</td> <td>50</td> </tr> <tr> <td>é</td> <td>39</td> </tr> </table> {html}
Note the existence of é ; in the table.
Expected Results:
Characters should be encoded. and table should be displayed.
Actual Results:
Characters will not be encoded, and instead there will be an error asn you can see below.
- Error:
Erreur du rendu de la macro 'chart' : org.dom4j.DocumentException: Error on line 2 of document : The reference to entity "eacute" must end with the ';' delimiter. Nested exception: The reference to entity "eacute" must end with the ';' delimiter.
- Translation of Error:
Error rendering macro 'chart': org.dom4j.DocumentException: Error on line 2 of document: The reference to entity "eacute" must end with the ';' delimiter. Nested exception: The reference to entity "eacute" must end with the ';' delimiter.
Findings:
This issue does not happen in English browsers.
Workaround:
- Go to marketplace.atlassian.com and download version 2.0.1 of Chart Plugin.
- Go to your Universal Plugin Manager.
- Go to Manage Add-ons.
- Find Chart Plugin and click Uninstall button.
- Click Upload Plugin.
- Choose the downloaded .jar file for version 2.0.1, upload.
- mentioned in
-
Page No Confluence page found with the given URL.
[CONFSERVER-30244] HTML Character encoding of non-standard ASCII Characters in Chart Plugin
Workflow | Original: JAC Bug Workflow v3 [ 2898007 ] | New: CONFSERVER Bug Workflow v4 [ 2992601 ] |
Workflow | Original: JAC Bug Workflow v2 [ 2790019 ] | New: JAC Bug Workflow v3 [ 2898007 ] |
Status | Original: Resolved [ 5 ] | New: Closed [ 6 ] |
Workflow | Original: JAC Bug Workflow [ 2718381 ] | New: JAC Bug Workflow v2 [ 2790019 ] |
Symptom Severity | Original: Major [ 14431 ] | New: Severity 2 - Major [ 15831 ] |
Workflow | Original: Confluence Workflow - Public Facing - Restricted v5 - TEMP [ 2380526 ] | New: JAC Bug Workflow [ 2718381 ] |
Workflow | Original: Confluence Workflow - Public Facing - Restricted v5 [ 2276103 ] | New: Confluence Workflow - Public Facing - Restricted v5 - TEMP [ 2380526 ] |
UIS | Original: 1 |
Workflow | Original: Confluence Workflow - Public Facing - Restricted v5.1 - TEMP [ 2234698 ] | New: Confluence Workflow - Public Facing - Restricted v5 [ 2276103 ] |
Workflow | Original: Confluence Workflow - Public Facing - Restricted v5 - TEMP [ 2197414 ] | New: Confluence Workflow - Public Facing - Restricted v5.1 - TEMP [ 2234698 ] |
Workflow | Original: Confluence Workflow - Public Facing - Restricted v5 [ 1928439 ] | New: Confluence Workflow - Public Facing - Restricted v5 - TEMP [ 2197414 ] |