https://bugzilla.novell.com/show_bug.cgi?id=641914
https://bugzilla.novell.com/show_bug.cgi?id=641914#c0 Summary: HttpApplication.EndRequest Event not rised within HTTP Module Classification: Mono Product: Mono: Class Libraries Version: 2.6.x Platform: All OS/Version: All Status: NEW Severity: Normal Priority: P5 - None Component: Sys.Web AssignedTo: [email protected] ReportedBy: [email protected] QAContact: [email protected] Found By: --- Blocker: --- User-Agent: Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0) When running ASP.NET application within mono xsp2 2.6.7 (windows) and apache mod_mono (linux ,old SVN, 2.6.x branch) HttpApplication.EndRequest is not rised for any http request. Same binaries and .net Framework and the event is rised. Other events in the same module are correctly rised. Reproducible: Always Steps to Reproduce: 1. Class from (System.Web.IHttpModule, IRequiresSessionState ) 2. EndRequest attached in Init method of the module to the System.Web.HttpApplication parameter. 3. Make a request. Actual Results: The event is not rised. Expected Results: EndRequest should be rised -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
