Project

General

Profile

Actions

Bug #315

closed

FileZilla Server.xml is missing XML declaration / encoding

Added by dandar3 over 9 years ago. Updated over 9 years ago.

Status:
Closed
Priority:
Low
Assignee:
Category:
FTP server
Target version:
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

FileZilla Server.xml.patch (369 Bytes) FileZilla Server.xml.patch dandar3, 28/08/2014 07:44 PM
Actions #2

Updated by buzz over 9 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

Also available in: Atom PDF