DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=43339>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=43339


[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID




------- Additional Comments From [EMAIL PROTECTED]  2007-09-10 07:13 -------
server.xml is an XML file. If you break it by adding characters to it not
encoded in the default UTF-8 encoding without declaring the encoding used, every
standards-compliant XML-parser will refuse to process it. So does Tomcat's XML
parser.
If there's any error on Tomcat's side, it's the missing XML-declaration at the
start of server.xml. But that isn't of relevance here (and I didn't bother to
check whether this has changed with the current version of the 4.1.x branch).

So, the "fix" is to have an UTF-8-encoded server.xml or to declare the encoding
used if it's different from UTF-8 (the default for an XML file without an
explicit declaration of the encoding).

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to