https://bugzilla.novell.com/show_bug.cgi?id=397040
User [EMAIL PROTECTED] added comment https://bugzilla.novell.com/show_bug.cgi?id=397040#c379566 Summary: [Regression] SiteMap.CurrentNode does not consult all providers Product: Mono: Class Libraries Version: SVN Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: P5 - None Component: Sys.Web AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] QAContact: [email protected] Found By: --- Created an attachment (id=220059) --> (https://bugzilla.novell.com/attachment.cgi?id=220059) minimal testcase - webapp Recipe ====== - extract attached test case - change to new dir "webapp" - start xsp2 - request http://local:8080 - click on "Link 1" Expected result: page reading "Current Page: Link1" Actual result: page reading "Current Page: -- none --" SiteMap.CurrentNode returns null instead of the correct SiteMapNode object. The test case works fine on .NET. Commit 100632 to SiteMap.cs caused this regression. After reverting it, SiteMap.CurrentNode returns the right node. Bug #379566 was solved by commit 100632, but is the change to SiteMap.cs really necessary? -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
