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=38723>. 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=38723 [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|FIXED | ------- Additional Comments From [EMAIL PROTECTED] 2006-05-24 19:28 ------- it appears that the meta tags for cache control will not disable caching in firefox in all cases: when leaving an editor or creating a new document, the changes are visible immediately, but when you submit or publish etc., the browser still caches and you don't see the current workflow state until after a reload. i suspect that if you select http 1.1 support, firefox expects 1.1 conformant cache-control headers. after adding the following action to my publication sitemap, firefox no longer caches: <map:act type="set-header"> <map:parameter name="Cache-Control" value="no-cache" /> </map:act> the question is: where do i add this in a clean way? i tried to find a global sitemap matcher that handles all requests in the authoring area, but couldn't find one. please help! -- 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. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
