[Mono-bugs] [Bug 76987][Wis] New - form authentication module information

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Tue Dec 13 15:58:40 EST 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 colin at univ-metz.fr.

http://bugzilla.ximian.com/show_bug.cgi?id=76987

--- shadow/76987	2005-12-13 15:58:40.000000000 -0500
+++ shadow/76987.tmp.5016	2005-12-13 15:58:40.000000000 -0500
@@ -0,0 +1,39 @@
+Bug#: 76987
+Product: Mono: Class Libraries
+Version: 1.1
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Wishlist
+Component: Sys.Web
+AssignedTo: gonzalo at ximian.com                            
+ReportedBy: colin at univ-metz.fr               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: form authentication module information
+
+i write a simple proxy handler and sometimes i receive malformed url like
+http://foo.org/http://xxx .
+This url is compared to loginurl (Form authentication case ) in the
+FormAuthenticationModule, it's done with their physical path.
+So in this case, the HttpRequest.cs throw a ArgumentNullException due to
+the ":", invalid path.
+this comparaison goal is to set SkipAuthorization to true if they are
+equals so i think it would be better to cath exception there and leave
+SkipAutorization to default : "false". Control of Url is not this class role.
+I don't have any MS IIS (not yet !, i would like to know :) ) to test their
+implementation for this case.
+
+Also it will be cool to comment the system.web/authentication part in
+machine.config, this runs some code for nothing.
+
+i attach a file it's not really a patch, it's to show you the area i'm
+talking about.
+
+Sorry for my english !
+
+Cyrille.


More information about the mono-bugs mailing list