[Mono-bugs] [Bug 465693] New: Nested xml sitemap files are not tracked for changes

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Tue Jan 13 07:57:47 EST 2009


https://bugzilla.novell.com/show_bug.cgi?id=465693


           Summary: Nested xml sitemap files are not tracked for changes
    Classification: Mono
           Product: Mono: Class Libraries
           Version: SVN
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Minor
          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: ---


User-Agent:       Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.5)
Gecko/2008121622 Fedora/3.0.5-1.fc10 Firefox/3.0.5

It's possible to embed one xml sitemap file into another by adding a node like
this: <siteMapNode siteMapFile="~/embedded.sitemap" />

The embedded sitemap file should be tracked for changes. This is the case on
NET but not on Mono. Mono only tracks Web.sitemap, the "master" sitemap file.

Reproducible: Always

Steps to Reproduce:
1. extract attached webapp
2. start xsp2
3. request http://localhost:8080
4. change title attribute in dummy.sitemap file to e.g. "Hello"
5. request http://localhost:8080 again
Actual Results:  
"Test"

Expected Results:  
"Hello"

-- 
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