DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25121>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25121

wrong mime-type with "cocoon:" protocol reads





------- Additional Comments From [EMAIL PROTECTED]  2004-02-06 11:46 -------
the improved SitemapSource does the following
- improve cacheability by not instantly resetting and thus clearing the
SourceValidity
- instead of simply returning the mime type 'text/xml' it asks the
RedirectSource or EnvironmentWrapper (which is also patched to cache content
length and type), respectively
- returns a content length, when available
- it won't simply return true on exists() but only when the pipeline processing
was successful

since my application is partly based on delegating to 'core' pipelines via the
cocoon protocol, I needed the enhancement. it increased the performance for my
use case and has been working okay for weeks now without any problems.

Reply via email to