[Mono-bugs] [Bug 81115][Nor] Changed - Custom Site Map Provider ignored [w/ fix]
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Sun Mar 11 18:18:10 EDT 2007
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 mmorano at mikeandwan.us.
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: mhabersack at novell.com
ReportedBy: mmorano at mikeandwan.us
QAContact: mono-bugs at ximian.com
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 mmorano at mikeandwan.us 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.
More information about the mono-bugs
mailing list