https://bugzilla.novell.com/show_bug.cgi?id=322839#c4
--- Comment #4 from Atsushi Enomoto <[EMAIL PROTECTED]> 2007-11-06 01:06:45 MST --- Hmm, looks like I did not really have a correct fix. Actually, I doubt the patch was correct. If SecurityElement.Text is to accept only already-escaped, our tests like SecurityElementTest.Text() that tries to set "Miguel&Sebastien" should cause an error. But it does not cause an error (on .NET). I rather read the documentation as invalid XML characters need to be converted in some ways like XmlConvert.EncodeName() (not for name char but for valid XML char though). Anyways, now the fix won't come very soon. -- 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
