[Mono-bugs] [Bug 78583][Nor] Changed - HttpContext.Current is null
when HttpRuntime.ProcessRequest is called from a regular thread
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Mon Jun 5 08:47:44 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 andrews at mainsoft.com.
http://bugzilla.ximian.com/show_bug.cgi?id=78583
--- shadow/78583 2006-06-05 08:42:42.000000000 -0400
+++ shadow/78583.tmp.4561 2006-06-05 08:47:44.000000000 -0400
@@ -57,6 +57,11 @@
RealProcessRequest and HttpApplication.Start will run in
_different_threads_, and HttpContext.Current will be null in
HttpApplication.Start. What goes on next is seen in the attached call
stack. PageParser.ProcessMainAttributes calls GetCompiledMasterType with
HttpContext.Current==null and this null context gets to TemplateParser.
AddApplicationAssembly where it causes null pointer exception.
+
+------- Additional Comments From andrews at mainsoft.com 2006-06-05 08:47 -------
+Created an attachment (id=17142)
+patch
+
More information about the mono-bugs
mailing list