[Mono-bugs] [Bug 78930][Cos] Changed - [PATCH] Trace ignores exceptions

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Sat Jul 22 16:38:19 EDT 2006


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 robertj at gmx.net.

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

--- shadow/78930	2006-07-22 12:11:11.000000000 -0400
+++ shadow/78930.tmp.26829	2006-07-22 16:38:19.000000000 -0400
@@ -2,22 +2,22 @@
 Product: Mono: Class Libraries
 Version: 1.1
 OS: All
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Cosmetic
 Component: Sys.Web
 AssignedTo: gonzalo at ximian.com                            
 ReportedBy: robertj at gmx.net               
 QAContact: mono-bugs at ximian.com
 TargetMilestone: ---
 URL: 
 Cc: 
-Summary: Trace ignores exceptions
+Summary: [PATCH] Trace ignores exceptions
 
 If tracing is enabled, MS.NET records exceptions as well.
 Mono doesn't record the request at all.
 
 How to reproduce it:
 
@@ -35,6 +35,12 @@
 {
     throw new NotImplementedException();
 }
 
 
 3) request Trace.axd
+
+------- Additional Comments From robertj at gmx.net  2006-07-22 16:38 -------
+The patch fixes the issue up the reported Status Code,
+which is always 200. That's because the status code
+of the respose is set to 500 far later in the pipeline.
+


More information about the mono-bugs mailing list