[Mono-bugs] [Bug 76876][Nor] Changed - Convert.ToBase64String
ignores Base64FormattingOptions
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Tue Dec 6 12:34:16 EST 2005
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 sebastien at ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=76876
--- shadow/76876 2005-12-01 22:32:08.000000000 -0500
+++ shadow/76876.tmp.1473 2005-12-06 12:34:16.000000000 -0500
@@ -1,13 +1,13 @@
Bug#: 76876
Product: Mono: Class Libraries
Version: 1.1
OS: unknown
OS Details: Debian Sid
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Normal
Component: CORLIB
AssignedTo: mono-bugs at ximian.com
ReportedBy: grant at janrain.com
QAContact: mono-bugs at ximian.com
@@ -44,6 +44,14 @@
ToBase64Transform.InternalTransformFinalBlock method for every block. It
seems like it should use the TransformBlock method for all but the final block.
------- Additional Comments From grant at janrain.com 2005-12-01 22:32 -------
Actually, It looks like the problem is the use of
StringBuilder.AppendLine.
+
+------- Additional Comments From sebastien at ximian.com 2005-12-06 12:34 -------
+The option parameter wasn't used inside ToBase64String - so everything
+gets lines ending.
+
+Fixed in SVN (r53990). I added your test case to the unit tests (r53991).
+
+Thanks for including a test case.
More information about the mono-bugs
mailing list