[Mono-bugs] [Bug 615499] Rss20ItemFormatter.ReadTextSyndicationContent should catch "invalid XML data" exception

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Tue Jul 6 11:54:09 EDT 2010


http://bugzilla.novell.com/show_bug.cgi?id=615499

http://bugzilla.novell.com/show_bug.cgi?id=615499#c1


Atsushi Enomoto <aenomoto at novell.com> changed:

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

--- Comment #1 from Atsushi Enomoto <aenomoto at novell.com> 2010-07-06 15:54:08 UTC ---
Turned out that the XML is written in valid iso-8859-1 (or at least something
that Latin1Encoding does not raise any errors), but XmlReader (internally
XmlInputStream) fails to detect correct encoding due to its internal buffering
implementation and treated as if it were UTF8, and reported false invalid
encoding.

This should be fixed in svn (159967).

-- 
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the mono-bugs mailing list