[Mono-bugs] [Bug 58481][Nor] Changed - MONO Beta 1 Bug: Page Attribute Trace=False does not work

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Tue, 1 Jun 2004 05:31:05 -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 davidandrewtaylor@hotmail.com.

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

--- shadow/58481	2004-05-14 04:45:43.000000000 -0400
+++ shadow/58481.tmp.23345	2004-06-01 05:31:05.000000000 -0400
@@ -10,13 +10,12 @@
 Component: Sys.Web
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: davidandrewtaylor@hotmail.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
-Cc: 
 Summary: MONO Beta 1 Bug: Page Attribute Trace=False does not work
 
 Description of Problem:
 It you have Trace enabled in Web.config (I also had the trace being 
 output to the page) but then disable it for a specific ASPX page with the 
 attribute Trace="False" MONO Beta 1 ignores the attribute end leaves 
@@ -61,6 +60,9 @@
 </configuration>
 
 ASPX Page:
 <%@ Page Trace="False" %>
 <html><body>Hello Trace should NOT appear below</body></html>
 
+
+------- Additional Comments From davidandrewtaylor@hotmail.com  2004-06-01 05:31 -------
+I have retested and this bug is still in MONO Beta 2.