https://bugzilla.novell.com/show_bug.cgi?id=412657
User [EMAIL PROTECTED] added comment https://bugzilla.novell.com/show_bug.cgi?id=412657#c2 Leszek Ciesielski <[EMAIL PROTECTED]> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Regression in System.XML: XmlParserContext |Regression in System.XML: XmlReader throw NRE |returns null as NamespaceManager |when XmlParserContext has null NamespaceManager --- Comment #2 from Leszek Ciesielski <[EMAIL PROTECTED]> 2008-07-28 09:45:32 MDT --- Sorry, I did not mean it has been broken by commit in revision r108697, just that this is the revision my checkout is at. The relevant change is probably in r96116 http://lists.ximian.com/pipermail/mono-patches/2008-February/110956.html And it is correct to return null here (my mistake). What is not correct is that XmlReader does not handle a null NamespaceManager in XmlParserContext, so the code shown above fails. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
