[Mono-bugs] [Bug 541969] New: [Regression] Problems with SiteMap virtual path mapping
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Thu Sep 24 15:58:38 EDT 2009
http://bugzilla.novell.com/show_bug.cgi?id=541969
Summary: [Regression] Problems with SiteMap virtual path
mapping
Classification: Mono
Product: Mono: Class Libraries
Version: SVN
Platform: x86-64
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=319793)
--> (http://bugzilla.novell.com/attachment.cgi?id=319793)
minimal test app
User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.0.14)
Gecko/2009090905 Fedora/3.0.14-1.fc10 Firefox/3.0.14 (js)
Commit 141420 introduced two bugs:
- SiteMap.CurrentNode.Url returns e.g. //index.aspx instead of /index.aspx
- when the loading of Web.sitemap is triggered from e.g. ~/subdir/test.aspx,
Sys.Web tries to load ~/subdir/Web.sitemap instead of ~/Web.sitemap
Reproducible: Always
Steps to Reproduce:
1. extract minimal test app
2. start xsp2
3. request http://localhost:8080
=> url of "Link to myself" is wrong (//index.aspx instead of /index.aspx)
4. click on second link
=> error "The file 'Web.sitemap' required by XmlSiteMapProvider does not
exist."
--
Configure bugmail: http://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