[Mono-bugs] [Bug 397040] New: [Regression] SiteMap. CurrentNode does not consult all providers
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Wed Jun 4 07:31:12 EDT 2008
https://bugzilla.novell.com/show_bug.cgi?id=397040
User juraj at hotfeet.ch 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: mhabersack at novell.com
ReportedBy: juraj at hotfeet.ch
QAContact: mono-bugs at lists.ximian.com
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.
More information about the mono-bugs
mailing list