-
Type:
Bug
-
Resolution: Obsolete
-
Priority:
Low
-
Affects Version/s: 5.9.0-m27
-
Component/s: Editor - Attachment
-
Severity 3 - Minor
When uploading a HTML file as an attachment to a page, the HTML file is corrupted if it contains UTF8 encoded characters.
It appears as though Confluence is trying to decode the file, and then re-encode the file. This is causing corruption.
$ md5sum < JIRA-6.5-OD-05.batch.diff.html dc7e7df140a3a306d2ef4c9c73294f3c - $ md5sum < ~/Downloads/JIRA-6.5-OD-05.batch.diff.html c739067a46e910e95446e7936a5e9440 -
The first md5 hash is of my original file. The second is of the version downloaded from Confluence.