[Mono-bugs] [Bug 75979][Maj] New -
Mono.Http.Modules.AuthenticationModule busted with new
HttpApplication
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Sun Sep 4 17:42:59 EDT 2005
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 james at ximian.com.
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: mono-bugs at ximian.com
+ReportedBy: james at ximian.com
+QAContact: mono-bugs at ximian.com
+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.
More information about the mono-bugs
mailing list