[Mono-bugs] [Bug 52840][Nor] Changed - XML Base64 validation doesn't really work
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Wed, 14 Jan 2004 18:46:27 -0500 (EST)
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 dave-mono@earth.li.
http://bugzilla.ximian.com/show_bug.cgi?id=52840
--- shadow/52840 2004-01-14 05:58:03.000000000 -0500
+++ shadow/52840.tmp.19552 2004-01-14 18:46:27.000000000 -0500
@@ -1,23 +1,23 @@
Bug#: 52840
Product: Mono/Class Libraries
Version: unspecified
OS: other
OS Details:
-Status: NEW
-Resolution:
-Severity:
+Status: RESOLVED
+Resolution: FIXED
+Severity: Unknown
Priority: Normal
Component: Sys.XML
AssignedTo: dave-mono@earth.li
ReportedBy: dave-mono@earth.li
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
URL:
Cc:
-Summary: Base64 validation doesn't really work
+Summary: XML Base64 validation doesn't really work
Description of Problem:
Base64 length facets are compared to the length of the string, rather than
the decoded data.
@@ -35,6 +35,9 @@
------- Additional Comments From dave-mono@earth.li 2004-01-14 05:58 -------
Created an attachment (id=6405)
Schema
+
+------- Additional Comments From dave-mono@earth.li 2004-01-14 18:46 -------
+Fixed