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=75979 --- shadow/75979 2005-09-04 17:42:59.000000000 -0400 +++ shadow/75979.tmp.27774 2005-09-04 17:42:59.000000000 -0400 @@ -0,0 +1,25 @@ +Bug#: 75979 +Product: Mono: Class Libraries +Version: 1.1 +OS: +OS Details: +Status: NEW +Resolution: +Severity: +Priority: Major +Component: Sys.Web +AssignedTo: [EMAIL PROTECTED] +ReportedBy: [EMAIL PROTECTED] +QAContact: [EMAIL PROTECTED] +TargetMilestone: --- +URL: +Cc: +Summary: Mono.Http.Modules.AuthenticationModule busted with new HttpApplication + +The Mono.Http.Modules.AuthenticationModule class (and subclasses of it) +rely on the EndRequest event from HttpApplication to send auth challenges +and such. Apparently in the past, this event was emitted before the +response was sent. With the latest HttpApplication in svn, the event is +emitted after the response is sent, so things don't work anymore. I'm not +sure if the auth module was relying on broken behavior, or if +HttpApplication is doing the wrong thing now. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
