[Mono-bugs] [Bug 75979][Maj] Changed - Mono.Http.Modules.AuthenticationModule busted with new HttpApplication

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Sun Sep 4 18:15:42 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.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: mono-bugs at ximian.com                            
 ReportedBy: james at ximian.com               
 QAContact: mono-bugs at ximian.com
 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 james at ximian.com  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.


More information about the mono-bugs mailing list