[Mono-bugs] [Bug 81376][Nor] Changed - SiteMapDataSource does not properly resolve CurrentNode

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Wed Apr 18 08:08: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 mhabersack at novell.com.

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

--- shadow/81376	2007-04-14 13:03:14.000000000 -0400
+++ shadow/81376.tmp.17422	2007-04-18 08:08:10.000000000 -0400
@@ -1,14 +1,14 @@
 Bug#: 81376
 Product: Mono: Class Libraries
 Version: 1.2
-OS: 
+OS: unknown
 OS Details: 
-Status: NEW   
-Resolution: 
-Severity: 
+Status: RESOLVED   
+Resolution: FIXED
+Severity: Unknown
 Priority: Normal
 Component: Sys.Web
 AssignedTo: mhabersack at novell.com                            
 ReportedBy: mmorano at mikeandwan.us               
 QAContact: mono-bugs at ximian.com
 TargetMilestone: ---
@@ -42,6 +42,9 @@
 -                               starting_node = Provider.CurrentNode;
 +                               starting_node = SiteMap.CurrentNode;
                         } else if (StartingNodeUrl.Length != 0) {
                                 string url = MapUrl (StartingNodeUrl);
                                 SiteMapNode node = Provider.FindSiteMapNode
 (url);
+
+------- Additional Comments From mhabersack at novell.com  2007-04-18 08:08 -------
+This bug has been fixed in svn head, revision 75864


More information about the mono-bugs mailing list