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=17623>. 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=17623 Incorrect caching behaviour ------- Additional Comments From [EMAIL PROTECTED] 2003-03-05 12:26 ------- I can't reproduce your problem (with the latest CVS). I simplified your test: <map:match pattern="*.portlet"> <map:generate src="cocoon:/{1}.resource"/> <map:serialize type="xml"/> </map:match> <map:match pattern="*.resource"> <map:generate src="{1}.xml"/> <map:serialize type="xml"/> </map:match> Could you please check this again?