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 [EMAIL PROTECTED] 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: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] QAContact: [EMAIL PROTECTED] 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 [EMAIL PROTECTED] 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. + _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
