Actions
Bug #315
closedFileZilla Server.xml is missing XML declaration / encoding
Start date:
28/08/2014
Due date:
% Done:
100%
Resolution:
fixed
Affected Version:
Description
system\FileZilla Server.xml is not readable through a web browser as it is missing an XML declaration + encoding.
Most current browsers assume the content is UTF-8 when not declared and when trying to view the contents it will complain it is incorrectly encoded.
XML Parsing Error: not well-formed Location: https://svn.exotica.org.uk:8443/xbmc4xbox/trunk/system/FileZilla%20Server.xml Line Number 25, Column 2: -^
A solution would be to convert the file to UTF-8 with altering the contents (an declare it as such), or a simpler one without altering the contents is to declare the existing character encoding (ISO-8859-1) - patch attached.
Files
Updated by dandar3 about 10 years ago
Updated by buzz about 10 years ago
- Status changed from New to Closed
- Assignee set to buzz
- Target version set to 3.5
- % Done changed from 0 to 100
- Resolution set to fixed
- Affected Version changed from Future / Pending to 3.5
Fixed in r32885.
Actions