[Mono-bugs] [Bug 61530][Nor] Changed - XmlReader.ReadBase64 cannot decode Base64
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Fri, 16 Jul 2004 04:21:50 -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 atsushi@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=61530
--- shadow/61530 2004-07-15 02:53:38.000000000 -0400
+++ shadow/61530.tmp.5338 2004-07-16 04:21:50.000000000 -0400
@@ -1,13 +1,13 @@
Bug#: 61530
Product: Mono: Class Libraries
Version: unspecified
OS: GNU/Linux [Other]
OS Details: FedoraCore 2
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Normal
Component: Sys.XML
AssignedTo: atsushi@ximian.com
ReportedBy: belanov@galaktika.ru
QAContact: mono-bugs@ximian.com
@@ -112,6 +112,9 @@
------- 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.
+
+------- Additional Comments From atsushi@ximian.com 2004-07-16 04:21 -------
+Fixed in cvs. Thanks.