[Mono-bugs] [Bug 52840][Nor] New - Base64 validation doesn't really work

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 14 Jan 2004 05:57:09 -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:57:09.000000000 -0500
+++ shadow/52840.tmp.11886	2004-01-14 05:57:09.000000000 -0500
@@ -0,0 +1,30 @@
+Bug#: 52840
+Product: Mono/Class Libraries
+Version: unspecified
+OS: other
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+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
+
+Description of Problem:
+
+Base64 length facets are compared to the length of the string, rather than
+the decoded data. 
+
+The parser does not accept whitespace within the Base64 data, eg
+
+ABCDEFG
+HIJKLMN
+
+Test schema and instance document attached. The instance should pass
+against the schema.