You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cocoon.apache.org by bu...@apache.org on 2003/03/05 13:26:23 UTC

DO NOT REPLY [Bug 17623] - Incorrect caching behaviour

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 cziegeler@apache.org  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?