[Mono-bugs] [Bug 77162][Nor] Changed - Response.Redirect fails when
called from global.asax
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Tue Jan 10 18:08:29 EST 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 gonzalo at ximian.com.
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: gonzalo at ximian.com
ReportedBy: scottellington at comcast.net
QAContact: mono-bugs at ximian.com
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 gonzalo at ximian.com 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.
More information about the mono-bugs
mailing list