Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
0.3, 0.6
-
None
Description
When creating docs in a live webapp, one frequently needs to edit site.xml to add new entries. Unfortunately, there is a caching problem which means that a context reload is required to pick up site.xml changes.
The bug appears to be that the SitemapSource's CacheValidity object is always set to null, so the XMLFileModule never reloads the XML. Once Cocoon's current caching woes[1] are over, I'll have a go at fixing this. The LinkRewriterTransformer also needs to be made Cacheable, which is comparatively simple.
--Jeff
[1] http://nagoya.apache.org/bugzilla/show_bug.cgi?id=16248
The bug appears to be that the SitemapSource's CacheValidity object is always set to null, so the XMLFileModule never reloads the XML. Once Cocoon's current caching woes[1] are over, I'll have a go at fixing this. The LinkRewriterTransformer also needs to be made Cacheable, which is comparatively simple.
--Jeff
[1] http://nagoya.apache.org/bugzilla/show_bug.cgi?id=16248