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.28461 2005-09-04 18:15:41.000000000 -0400 @@ -1,14 +1,14 @@ Bug#: 75979 Product: Mono: Class Libraries Version: 1.1 -OS: +OS: unknown OS Details: Status: NEW Resolution: -Severity: +Severity: Unknown Priority: Major Component: Sys.Web AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] QAContact: [EMAIL PROTECTED] TargetMilestone: --- @@ -20,6 +20,11 @@ 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. + +------- Additional Comments From [EMAIL PROTECTED] 2005-09-04 18:15 ------- +After poking around a bit, my feeling is that the AuthenticationModule +class was relying on broken behavior all along. I'm attaching a patch +that makes it work again. It changes the API. Ugh. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
