[Mono-bugs] [Bug 61530][Nor] Changed - XmlReader.ReadBase64 cannot decode Base64

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 15 Jul 2004 02:53:38 -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 belanov@galaktika.ru.

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

--- shadow/61530	2004-07-14 22:15:52.000000000 -0400
+++ shadow/61530.tmp.30082	2004-07-15 02:53:38.000000000 -0400
@@ -107,6 +107,11 @@
 
 
 ------- Additional Comments From belanov@galaktika.ru  2004-07-14 06:06 -------
 Created an attachment (id=8553)
 XML data file for test
 
+
+------- Additional Comments From belanov@galaktika.ru  2004-07-15 02:53 -------
+I had discovered: the error arises from the end of lines (\n) in 
+Base64 data blocks. MS.Net's ReeaBase64 ignores them but mono's 
+treats as invalid characters.