[Mono-bugs] [Bug 74704][Wis] Changed - XmlTextReader: handling of xml:base causes exception

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Sat, 23 Apr 2005 15:58:01 -0400 (EDT)


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by heath@pointedstick.net.

http://bugzilla.ximian.com/show_bug.cgi?id=74704

--- shadow/74704	2005-04-23 15:56:44.000000000 -0400
+++ shadow/74704.tmp.11721	2005-04-23 15:58:01.000000000 -0400
@@ -76,6 +76,11 @@
 AtomReader class is throwing this exception, but only on Mono 1.0.X.  The
 AtomReader constructor creates an XPathDocument from a stream, which
 creates an XmlTextReader, which reads through the feed and throws the
 UriFormatException.  Again, this does not happen on Mono 1.1.
 
 I have a short patch that fixes the problem, attached shortly.
+
+------- Additional Comments From heath@pointedstick.net  2005-04-23 15:58 -------
+Created an attachment (id=14998)
+Patch that checks if BaseURI == String.Empty, as in Mono 1.1.
+