DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=36963>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=36963 Summary: reader caching does not consider mime-type Product: Cocoon 2 Version: Current SVN 2.2 Platform: Other OS/Version: other Status: NEW Severity: normal Priority: P2 Component: core AssignedTo: [email protected] ReportedBy: [EMAIL PROTECTED] Changing the mime type on a reader in a caching pipeline does not invalidate its former usage with another mime type. Sample: <map:match pattern="form1.xul"> <map:read src="forms/form1_template.xul" mime-type="text/xml"/> </map:match> changed to <map:match pattern="form1.xul"> <map:read src="forms/form1_template.xul" mime-type="application/vnd.mozilla.xul+xml"/> </map:match> still results in delivery with text/xml. Carsten already saw it at the hackathon when I played around with XUL. Jörg -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
