[Mono-bugs] [Bug 68683][Maj] New - Register doesn't work if there are more the 1 whitespaces between the attributes

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Fri, 22 Oct 2004 11:15:03 -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 w.purrer@lenzing.com.

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

--- shadow/68683	2004-10-22 11:15:03.000000000 -0400
+++ shadow/68683.tmp.14070	2004-10-22 11:15:03.000000000 -0400
@@ -0,0 +1,37 @@
+Bug#: 68683
+Product: Mono: Class Libraries
+Version: unspecified
+OS: Suse 8.2
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Major
+Component: Sys.Web
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: w.purrer@lenzing.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Register doesn't work if there are more the 1 whitespaces between the attributes
+
+I'd like to include a Webcontrol in my Application
+
+This line works well 
+<%@ Register TagPrefix="jlc" Namespace="JLovell.WebControls" 
+Assembly="StaticPostBackPosition" %>
+
+but this line
+<%@ Register TagPrefix="jlc" Namespace="JLovell.WebControls"  
+Assembly="StaticPostBackPosition" %>
+
+produce this message
+
+Error message: expecting '%>' 
+
+The difference ist that between WebControls" and Assembly= are in the 
+working version only one whitespace in the version with the error 
+messages two.
+
+This is 100% reproducible in 1.0.2