[Mono-bugs] [Bug 641914] New: HttpApplication.EndRequest Event not rised within HTTP Module

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Sun Sep 26 04:58:09 EDT 2010


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: mhabersack at novell.com
        ReportedBy: jasl at darcysoft.es
         QAContact: mono-bugs at lists.ximian.com
          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.


More information about the mono-bugs mailing list