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=80891 --- shadow/80891 2007-02-18 16:34:25.000000000 -0500 +++ shadow/80891.tmp.20625 2007-02-21 17:39:52.000000000 -0500 @@ -2,13 +2,13 @@ Product: Mono: Class Libraries Version: 1.2 OS: other OS Details: Status: NEW Resolution: -Severity: +Severity: Unknown Priority: Wishlist Component: System AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] QAContact: [EMAIL PROTECTED] TargetMilestone: --- @@ -23,6 +23,19 @@ -g ------- Additional Comments From [EMAIL PROTECTED] 2007-02-18 16:34 ------- Created an attachment (id=18732) patch + +------- Additional Comments From [EMAIL PROTECTED] 2007-02-21 17:39 ------- +In ParseAuthentication() I would not do a 'tolower + switch', but just +a case-insensitive string comparison for the few different +authentication types. Also make sure that authenticationData.Length is +at least 2. + +Also if authData is an empty string, I belive that the GenericIdentity +Authenticated property will be false. I don't know how this might +affect other code. + +(I need to create a [EMAIL PROTECTED], as my ximian address does +not work any more...) _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
