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: [email protected]
        ReportedBy: [email protected]
         QAContact: [email protected]
          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.
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to