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=81115 --- shadow/81115 2007-03-11 17:03:57.000000000 -0500 +++ shadow/81115.tmp.11598 2007-03-11 17:18:10.000000000 -0500 @@ -1,23 +1,24 @@ Bug#: 81115 Product: Mono: Class Libraries Version: 1.2 -OS: +OS: unknown OS Details: Status: NEW Resolution: -Severity: +Severity: Unknown Priority: Normal Component: Sys.Web AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] QAContact: [EMAIL PROTECTED] TargetMilestone: --- URL: Cc: Summary: Custom Site Map Provider ignored [w/ fix] +BugsThisDependsOn: 81071 Currently, any implementation of a custom site map provider is not used. The patch below addresses this by using the custom provider as specified via the web.config settings, rather than throwing NIE. @@ -54,6 +55,10 @@ throw new NotImplementedException (); } else { Thanks, Mike + +------- Additional Comments From [EMAIL PROTECTED] 2007-03-11 17:18 ------- +added dependency on 81071, as this might be a requirement as I do have +it applied to my local copy - but still outstanding in bugzilla. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
