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=77162 --- shadow/77162 2006-01-05 01:52:13.000000000 -0500 +++ shadow/77162.tmp.9217 2006-01-10 18:08:29.000000000 -0500 @@ -1,14 +1,14 @@ Bug#: 77162 Product: Mono: Class Libraries Version: 1.1 -OS: +OS: unknown OS Details: -Status: NEW -Resolution: -Severity: +Status: RESOLVED +Resolution: FIXED +Severity: Unknown Priority: Normal Component: Sys.Web AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] QAContact: [EMAIL PROTECTED] TargetMilestone: --- @@ -58,6 +58,12 @@ method_name, System.Object target, System.Object[] args) in <0x00095> System.Web.HttpApplicationFactory:FireOnAppStart (System.Web.HttpContext context) in <0x000ee> System.Web.HttpApplicationFactory:GetApplication (System.Web.HttpContext context) in <0x00083> System.Web.HttpRuntime:RealProcessRequest (System.Object o) + +------- Additional Comments From [EMAIL PROTECTED] 2006-01-10 18:08 ------- +Fixed in svn r55345. +Now we behave like MS, ie, we throw an exception when accessing +this.Response() from Application_Start (but you can still reach it +using HttpContext.Current.Response) and the redirection works fine. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
